hi,
I am using bootstrap class for asp.net textboxes, radio, checkbox lists in a form by applying the form-control class.
<asp:TextBox ID="UserName" class="form-control" placeholder="Create username" runat="server"></asp:TextBox>
Do the asp.net validations controls like required field ect -
work the same or is it better to use validation features with bootstrap ?
Go to the complete details ...