Frequently Asked Interview Questions

How do you programatically invoke all validation controls on a page?

Call Page.Validate() method. When this method is invoked, it iterates through the validation controls contained in the ValidatorCollection object associated with the Page.Validators property and invokes the validation logic for each validation control in the current validation group.

Most Visited Pages

Home | Site Index | Contact Us