Abhishek Tyagi
How to prevent client side validation from the ASP.NET validation controls?
Posted by Abhishek Tyagi in .Net | ASP.NET on Oct 11, 2012
  • 1
  • 3
  • 1100
Do you know the answer for this question? Post it below.
Guest
Posted by Abhishek Bhat on Oct 16, 2012
  • 3

EnableClientScript is a property for enabling / disabling client side validation

Posted by Anil Kumar on Nov 30, 2012
  • 0

ASP.Net validation controls always validate on the server side and in DHTML supported browsers (now almost all browsers)it also validate at client side to reduce round trip to server. By default client side validation is true and it can be set to false on control to control basis. "EnableClientScript" property is used to turn off client side validation - enableclientscript="False";

Posted by Abhishek Tyagi on Oct 11, 2012
  • 0

 


SPONSORED BY
  • PDF reports have never been easier to create. With our included WYSIWYG Designer, you can layout your reports, set up your data source and let DynamicPDF ReportWriter do the rest.
Join a Chapter
PRIVACY POLICY | TERMS & CONDITIONS | SITEMAP | CONTACT US | ABOUT US | REPORT ABUSE
2013© C# Corner. All contents are copyright of their authors.