System.Web.UI.IValidator Members

The members of System.Web.UI.IValidator are listed below.

Public Properties

ErrorMessagestring.

When implemented by a class, gets or sets the error message text generated when the condition being validated fails.

IsValidbool.

When implemented by a class, gets or sets a value indicating whether the user-entered content in the specified control passes validation.

Public Methods

Validate()

When implemented by a class, evaluates the condition it checks and updates the IValidator.IsValid property.