I’ve got two textboxes (NewPassword and ConfirmedPassword) with TextMode=Password and Compare Validator doesn’t detect if they aren’t equal. Page.IsValid is always true. If I remove password mode from my textboxes, everything works and validator show message, that they aren’t equal. How can I make this work in password mode?
I’ve got two textboxes ( NewPassword and ConfirmedPassword ) with TextMode=Password and Compare Validator
Share
You should show us your code since this works as expected:
Maybe you’ve mixed up
ControlToCompareand/orControlToValidate.