Q
Q. John Chen
I have an web form with following items:
aRadioButtonList (with two items r1, r2)
aCheckBoxList
(with four items c_r1_a, c_r1_b, c_r2_c, c_r2_d)
When r1 is checked. I want to
enable c_r1_a, c_r1_b
clear and disable c_r2_c, c_r2_d
When r2 is checked, I want
enable c_r2_c, c_r2_d
clear and disable clear and disable
I do not want to post the page back so like to do it on client side.
Thanks
John
aRadioButtonList (with two items r1, r2)
aCheckBoxList
(with four items c_r1_a, c_r1_b, c_r2_c, c_r2_d)
When r1 is checked. I want to
enable c_r1_a, c_r1_b
clear and disable c_r2_c, c_r2_d
When r2 is checked, I want
enable c_r2_c, c_r2_d
clear and disable clear and disable
I do not want to post the page back so like to do it on client side.
Thanks
John