Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
270
Validating the match between two text boxes
posted

My form has two text boxes: one named "New Password" and another named "Confirm Password"

I am trying to use validator to validate the match between the two passwords.

In CreateOperatorCondition function, I use

" thePasswordSettings.Condition = New  Infragistics.Win.OperatorCondition _ (Infragistics.Win.ConditionOperator.Equals, Me.utxtNewPassword.Text, True)"

but it does not work.

Just wonder can I use validator to compare value in another text box?

Thank you for you reply.