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?