Obout ComboBox 的使用如下:
<asp:RequiredFieldValidator ID="rfvEndTipoEndereco" runat="server" ControlToValidate="ddlTipoEndereco"
ValidationGroup="vagIndCad" ErrorMessage="Informe o tipo de endereço" ToolTip="Campo obrigatório">*</asp:RequiredFieldValidator>
<obout:ComboBox ID="ddlTipoEndereco" runat="server" EnableLoadOnDemand="True"
MenuWidth="150px" oninit="Init_ComboBox" Width="150px" ></obout:ComboBox>
But it is not working properly, is not validating when the selected value is "".
等于: https ://www.obout.com/interface/aspnet_integration_validators.aspx