Hi all,
I have an <asp:panel> having 2 text box and 2 validators inside this.
I want to disable this panel on checkbox checked event
I done this in jQuery.
but if user uncheck checkbox and enter wronge value in textbox then validators fired.
then if user checked checkbox then i want to disable controls inside panel and validations couldnt fired
but the validators still fires
how to do that????
Happy Programming!!
Rohi