The members of System.Web.UI.IValidator are listed below.
ErrorMessage | string.
When implemented by a class, gets or sets the error message text generated when the condition being validated fails. | |
IsValid | bool.
When implemented by a class, gets or sets a value indicating whether the user-entered content in the specified control passes validation. |
Validate()
|