Is it possible to change the SelectedIndex of a RadioButtonList through JavaScript?
When a user uses the browser back button to return to the previous page, the page displays without reloading - so the previous selection is still selected. I would like to use the OnClientClick event to remove that selection and leave no element selected in the RadioButtonList when they click the button (forcing them to re-select an item).
I've seen several examples of how to tell which items in a RBL has been selected, but can't find anythign that would actually change the index of the selected item.
When a user uses the browser back button to return to the previous page, the page displays without reloading - so the previous selection is still selected. I would like to use the OnClientClick event to remove that selection and leave no element selected in the RadioButtonList when they click the button (forcing them to re-select an item).
I've seen several examples of how to tell which items in a RBL has been selected, but can't find anythign that would actually change the index of the selected item.