-
There are Radio buttons ‘Enable’ and ‘disable’ inside an Update panel (say x)
-
below that, I have 3 radio buttons ‘Default’ ‘Upload Image’ and ‘Text’ (say y)
-
when I choose ‘Disable’ then ‘y’ will be hidden. else visible. This much works, no problem here
-
when I choose ‘Enable’ it shows radio buttons in ‘y’
-
from that I choose any of those 3 buttons radio buttons in ‘x’ looses checked value
There are Radio buttons ‘Enable’ and ‘disable’ inside an Update panel (say x) below
Share
You have to assign a different value for the RadioButton.GroupName for each
RadioButtoncontrols group.