2
Answers

How to Validation Client Side in Combobox using javascript?

Ask a question
Ramesh M

Ramesh M

10y
9.1k
1

How to Validation Client Side in Combobox using javascript?

Example:
=======
<asp:ComboBox ID="ddlPickupPlace" runat="server" AutoCompleteMode="SuggestAppend"
                                                CaseSensitive="false" DropDownStyle="DropDownList" ItemInsertLocation="Append"
                                                ListItemHoverCssClass="ComboBoxListItemHover" RenderMode="Inline" Width="180px"
                                                AutoPostBack="true" OnSelectedIndexChanged="ddlPickupPlace_SelectedIndexChanged"
                                                TabIndex="1">
</asp:ComboBox>

Answers (2)