System.Web.UI.WebControls Namespace BaseValidator Class
Performs validation on the associated input control and updates the IsValid property.
[ VB ]
NotOverridable Public Sub Validate ( )
[ C# ]
public void Validate ( );
[ C++ ]
public: __sealed void Validate ( );
[ JScript ]
public function Validate ( );
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.
BaseValidator Members