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

The properties 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

Public Properties

ControlToComparestring.

Gets or sets the input control to compare with the input control being validated.

OperatorValidationCompareOperator.

Gets or sets the comparison operation to perform.

ValueToComparestring.

Gets or sets a constant value to compare with the value entered by the user in the input control being validated.