disable some asp.net validation controls when a checkbox is checked

ONEHITGAMER.COM

New Member
I'm using old fashioned ASP.NET validation (ugh) for a checkout process. I have a checkbox "I'll call with my credit card details". If checked I need to disable the required field validator and cc validator for the credit card number both on the client and on the postback.How do it do it? Thanks!
 
Back
Top