I have a page with a validator and a "cancel" button. When the user enters an invalid entry, the validator is displayed (that's good). The problem is that the validator prevents all postbacks - including functionality of my cancel button. So if the user enters invalid data, the validator won't let the user click the cancel button - instead it holds the user in place until the user corrects the input.
Whereas I don't want the rest of my buttons on the page to work while the validator is in the "invalid" state, I do want to keep my cancel button functional (i.e. allowing it specifically to do a postback).
How can I do this?
Thanks so much,
Lazer
Whereas I don't want the rest of my buttons on the page to work while the validator is in the "invalid" state, I do want to keep my cancel button functional (i.e. allowing it specifically to do a postback).
How can I do this?
Thanks so much,
Lazer