The members of System.Web.UI.WebControls.BaseValidator are listed below.
See Also: Inherited members from System.Web.UI.WebControls.Label
Initializes a new instance of the System.Web.UI.WebControls.BaseValidator class. |
override | AssociatedControlID | string.
This property is not supported. |
ControlToValidate | string.
Gets or sets the input control to validate. | |
Display | ValidatorDisplay.
Gets or sets the display behavior of the error message in a validation control. | |
EnableClientScript | bool.
Gets or sets a value indicating whether client-side validation is enabled. | |
override | Enabled | bool.
Gets or sets a value that indicates whether the validation control is enabled. |
ErrorMessage | string.
Gets or sets the text for the error message displayed in a System.Web.UI.WebControls.ValidationSummary control when validation fails. | |
override | ForeColor | System.Drawing.Color.
Gets or sets the color of the message displayed when validation fails. |
IsValid | bool.
Gets or sets a value that indicates whether the associated input control passes validation. | |
SetFocusOnError | bool.
Gets or sets a value that indicates whether focus is set to the control specified by the BaseValidator.ControlToValidate property when validation fails. | |
override | Text | string.
Gets or sets the text displayed in the validation control when validation fails. |
ValidationGroup | string.
Gets or sets the name of the validation group to which this validation control belongs. |
[read-only] | PropertiesValid | bool.
Gets a value that indicates whether the control specified by the BaseValidator.ControlToValidate property is a valid control. |
[read-only] | RenderUplevel | bool.
Gets a value that indicates whether the client's browser supports "uplevel" rendering. |
static | GetValidationProperty(object)
| |
Validate()
|
override | AddAttributesToRender(System.Web.UI.HtmlTextWriter)
| |
CheckControlValidationProperty(string, string)
| ||
ControlPropertiesValid()
| ||
DetermineRenderUplevel()
| ||
abstract | EvaluateIsValid()
| |
GetControlRenderID(string)
| ||
GetControlValidationValue(string)
| ||
override | OnInit(EventArgs)
| |
override | OnPreRender(EventArgs)
| |
override | OnUnload(EventArgs)
| |
RegisterValidatorCommonScript()
| ||
RegisterValidatorDeclaration()
| ||
override | Render(System.Web.UI.HtmlTextWriter)
|