System.Web.UI.WebControls.RangeValidator Members

The members of System.Web.UI.WebControls.RangeValidator are listed below.

See Also: Inherited members from System.Web.UI.WebControls.BaseCompareValidator

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.RangeValidator class.

Public Properties

MaximumValuestring.

Gets or sets the maximum value of the validation range.

MinimumValuestring.

Gets or sets the minimum value of the validation range.

Protected Methods

override
AddAttributesToRender(System.Web.UI.HtmlTextWriter)

Adds the HTML attributes and styles for the control that need to be rendered to the specified System.Web.UI.HtmlTextWriter object.

override
ControlPropertiesValid() : bool

This is a check of properties to determine any errors made by the developer.

override
EvaluateIsValid() : bool

Determines whether the content in the input control is valid.