วันพุธที่ 18 ธันวาคม พ.ศ. 2556
[asp.net] set required field validator with DropDownList
ss
code:
<asp:DropDownList ID="DropDownList_newProduct" runat="server" AutoPostBack="true" OnSelectedIndexChanged="DropDownList_newProduct_SelectedIndexChanged" Width="217px">
<asp:ListItem Selected="True" Value="-1" Text="–กรุณาเลือก–"></asp:ListItem>
</asp:DropDownList>
<asp:RequiredFieldValidator ID="RequiredFieldValidator_DropDownList_newProduct" runat="server"
CssClass="field-validation-error" ErrorMessage="Please enter!" ControlToValidate="DropDownList_newProduct" InitialValue="-1"/>
สมัครสมาชิก:
บทความ (Atom)