I have a form with several validation controls ... Sometimes I do not need the validation controls depending on a certain combination of options ..... how can I suppress the validation in that case?
Do I just make the validation fields invisible or what?
mb: don't have the answer at the top of my head but in the last week this very question was asked - do a bit of research here - you should be able to find it quicly - I think Paul, link9, provided the answer.
Another way might be to do a check if the combination of options select does not warrant a validation, then set the CausesValidation property of your submit button to false.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.