1
vote
Should I always call Page.IsValid in ASP.NET WebForms C#?
You can check the validity of a Page by checking the Page.IsValid property, your purpose to check the Page.IsValid might vary like
If you have Validators which has the EnableClie …
