Could you be a bit more specific in your request? Are you trying to
simply disable the client-side portion of the validator? If so, simply
set the 'EnableClientScript' property of the validator to false.
Or are you trying to bypass the validation in some instances? In this
case, various controls that cause postbacks have a property entitled
'CausesValidation'. Simply set this to false and any time those
controls are called, the validators will not be fired.
I think we might need a bit more information to better inform you, as
the above recommendations are simply guesses.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.