System.Web.UI.WebControls.BaseValidator.Validate Method

Performs validation on the associated input control and updates the BaseValidator.IsValid property.

Syntax

public void Validate ()

Remarks

Use the BaseValidator.Validate method to perform validation on the associated input control. This method allows you to programmatically perform validation on the input control. The BaseValidator.IsValid property is automatically updated with the validation results.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0