Hi,

I have a radiobuttonlist control on an aspx page. When a link on the page is clicked, a window is opened with Javascript that contains a decision tree set of questions. Based on the user's response to the popup window, I want to select an item in the radiobuttonlist on the initial page (in other words, set the SelectedIndex) and refresh the initial window. Assigning values to text box controls from a popup window is simple, but setting the 'SelectedIndex' seems to have no effect on the radiobuttonlist. Does anyone know how this can be done?

Thx!