System.Web.UI.WebControls.CompareValidator: Method Members

The methods of System.Web.UI.WebControls.CompareValidator are listed below. For a list of all members, see the CompareValidator Members list.

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

Protected Methods

override
AddAttributesToRender(System.Web.UI.HtmlTextWriter)

Adds the attributes of this control to the output stream for rendering on the client.

override
ControlPropertiesValid() : bool

Checks the properties of the control for valid values.

override
EvaluateIsValid() : bool

When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.