Link to home
Start Free TrialLog in
Avatar of cakirfatih
cakirfatih

asked on

How to clear a RadioButtonList

Hi guys,
How can i clear the selection made in a RadioButtonList

I have two RadioButtonLists, and i want to clear the selection in one of them when users choose YES in the other one.

thanks
SOLUTION
Avatar of laotzi2000
laotzi2000

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
you want it from clientside or serverside..?

[ASP.NET]
RadioButtonList.ClearSelection()
Avatar of caball88
caball88

for something like this i would prefer to do it client side because it will reduce the amount of postbacks to the server. unless there is logic behind which radio button is selected that must be processed.