Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

Validation of combo box

$
0
0

Required field validation using jquery is not working for combo box. I am using rference to validation engine.

<asp:ComboBox ID="cbBillTitle" runat="server"
                                        CaseSensitive="false"  cssClass="validate[required]"
                                          AutoPostBack="true">
                                           
                                           <asp:ListItem tEXT="SELECT" Value=" "></asp:ListItem>
                                              <asp:ListItem tEXT="mR" Value="MR"></asp:ListItem>
                                                 <asp:ListItem tEXT="mRS" Value="MRS"></asp:ListItem>
                                           
                                    </asp:ComboBox>
                                    
                                    
                                    <asp:Button ID="btnSubmit" runat="server" />


Viewing all articles
Browse latest Browse all 5678

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>