M
Mike Chen
We know in server code, we can check the page validated by using
Page.IsValid where we put some validator controls on aspx page.
I want to set some value after validating user input values on client
side and before page posts to server. How can i get the functionality of
client side Page.IsValid? thanks.
Page.IsValid where we put some validator controls on aspx page.
I want to set some value after validating user input values on client
side and before page posts to server. How can i get the functionality of
client side Page.IsValid? thanks.