Compares the value entered by the user into an input control with the value entered into another input control or a constant value.
For a list of all members of this type, see CompareValidator Members.
System.Object
MarshalByRefObject
Component
BaseValidator
BaseCompareValidator
CompareValidator
The CompareValidator
compares the input control's value with a value specified by
another control (ControlToCompare
) or a constant value (ValueToCompare
). Either
ControlToCompare
or ValueToCompare
must be provided and, if both are,
ControlToCompare
is compared against.
Note If the input control's value does not match the type specified by
BaseCompareValidator.Type
the validation fails.
Namespace: Genghis.Windows.Forms Namespace
Assembly: Genghis.dll