How do I make a checkbox required on an ASP.NET form?
If somke error occurs i want the system to redirect to some other page and not show he error message.
<customErrors mode="RemoteOnly" defaultRedirect="~/Error.aspx" />
This is not working.
How to get all values along with control Id using Jquery in ASP.NET?