How to make sure that all the validation controls in the page has returned the true value?
In
order to make sure that all the values entered by the user in the
form is valid and has passed all the validation rules enforced we
need to use the following code “Page.IsValid”. It returns a
Boolean value.

Comments
Post a Comment