I have a password input textbox (with a customvalidator pointing to it) on a form that has to be enabled and disabled based on whether the user is logging in or creating a new account. The user has radio-buttons to select whether they're logging in or creating
a new account that enables and disables the textbox and calls the "ValidatorEnable" function to enable and disable the validator.
So, when the textbox and validator are enabled, the validator fires and I get the error message (must enter a password) before the user submits or even has a chance to enter a password. Anyone know how I can stop the validator from firing when it's enabled
and wait until the user exits the field or submits the form to validate?
Thanks,
Go to the complete details ...