0
Enabling or disabling a validator control in javascript
Posted by Dan on July 21, 2011 in Development, Tutorials
Recently I had to have a form that had a requiredfieldvalidator that was supposed to validate only on certain conditions. I did not want the validator to validate its control (textbox B) unless textbox A had a value in it. I decided the best way to do this was to capture the keyup event of [...]

