|
-
Apr 4th, 2005, 07:16 AM
#1
Thread Starter
Fanatic Member
asp:radiobuttonlist SelectedIndex Popup Window?
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!
-
Apr 4th, 2005, 07:24 AM
#2
Re: asp:radiobuttonlist SelectedIndex Popup Window?
 Originally Posted by OneSource
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!
I havent used RadioButtonList but cant you simply do :
NameOfTheRadioButton.Checked = true ?
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
-
Apr 18th, 2005, 06:07 AM
#3
Thread Starter
Fanatic Member
Re: asp:radiobuttonlist SelectedIndex Popup Window?
Daniel,
Thanks for the follow-up. I wish it was that simple. But because a radiobuttonlist control contains many radio button items, your suggested solution won't work.
OneSource
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|