How to check Page.Validate() on client side (JavaScript) in ASP.Net?

Viewed 72435

I want to check page validation on client side, like Page.Validate() but it's a server side method. Is there any client side function which can work like Page.Validate() with JavaScript?

2 Answers
Related