System.Web.UI Namespace Page Class
.NET Framework version 2.0
Instructs any validation controls included on the page to validate their assigned information.
1. Instructs any validation controls included on the page to validate their assigned information.
2. Instructs the validation controls in the specified validation group to validate their assigned information.
The following example demonstrates using the Validate method.
NOTE: This example shows how to use one of the overloaded versions of Validate. For other examples that might be available, see the individual overload topics.
Page Members