How can we force all the validation control to run?
All
the validation controls in the ASP.NET page can be run by using the
following code “Page.Validate()”. Optionally one can also specify
the name of the Validation Group name, as a parameter, to be executed.

Comments
Post a Comment