0
kicks
Don't Forget to Check Page.IsValid !
In this article I'll talk about ASP.NET Page Validation when working with Validators. In ASP.NET there is a few Validators like RequiredFieldValidator, RegularExpressionValidator etc... Both use JavaScript validation in order to valide Web Forms quicker. But they also perform Server Validation so as to Validate the Page even if JavaScript is disabled in browser ...