views:

111

answers:

1

I need to know if all the client-side validator checks have succeeded, or if one or more validators are not valid.

I suppose there should be a variable on the client-side (like its counterpart Page.IsValid on the server) that reports whether the page is valid. Am I right?

Anyone any ideas?

+1  A: 

At the client side check Page_IsValid global variable, details here

Fermin