BaseValidator::Validate Method ()
.NET Framework (current version)
Performs validation on the associated input control and updates the IsValid property.
Assembly: System.Web (in System.Web.dll)
Use the Validate method to perform validation on the associated input control. This method allows you to programmatically perform validation on the input control. The IsValid property is automatically updated with the validation results.
For an example of the Validate method used in a derived class, see the CompareValidator class overview.
.NET Framework
Available since 1.1
Available since 1.1
Show: