i have asp.net form and several radio buttons on it, they contain nested radio buttons (see picture). TextBoxes have Validators.
The question is: how to disable necessary validators when corresponding radio button is unchecked and enable them when radio is checked?
i need to do it on client side by means of javascript.
Do i need to group validators into validation groups?
Any help is appreciated. Thanx in advance))