Reputation: 4779
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
Upvotes: 0
Views: 694
Reputation: 14771
You have to assign a different value for the RadioButton.GroupName for each RadioButton
controls group.
Upvotes: 1