System.Web.UI.WebControls.CustomValidator.ServerValidate Event

Occurs when validation is performed on the server.

Syntax

public event ServerValidateEventHandler ServerValidate

Remarks

The CustomValidator.ServerValidate event is raised when validation is performed on the server. This event is used to provide a custom validation routine for an input control, such as a System.Web.UI.WebControls.TextBox control.

For more information about handling events, see Events and Delegates.

Requirements

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