Documentation for this section has not yet been entered.
You can use this property to manipulate the methods and properties of the System.Web.UI.ValidatorCollection object associated with the current System.Web.UI.Page instance. This collection contains all the validation server controls that are contained in a page.
Calling the Page.Validate method causes validation logic to be executed for each validation server control in the current validation group. If any of these controls do not pass, the Page.IsValid property returns false.
For more information on validation controls, see Validation ASP.NET Controls.