Compare Validator

  • Thread starter Thread starter A.M
  • Start date Start date
A

A.M

Hi,

Can I use compare validator to make sure that the value of two text boxes
are the same?

Thanks,
Alan
 
How?
The ValueToCompare property accepts a value. How can I refer it to text
property of another textbox?

Thanks for reply
Alan
 
If you want to compare a specific input control with another input control,
set the ControlToCompare property to specify the control to compare with.
 
Back
Top