Does a stored password Break the ASP.NET CompareValidator?
I am trying to create a registration page for my company, and so I put down Password and “Repeat Password” textboxes on my form, along with a CompareValidator
. It appears to work just fine, whenever users go into both fields, type data and click the Register/Submit button.