Hello all! I will try to make some sense of this as best as possible. I have a page that contains a form and a few asp controls. I also have an iFrame that points to a simple aspx page with a RadioListButton, which loads images from the server dynamically. what I would like to do is have the RadioListButton postback to the main page with the selectedvalue, (so I can set it to a hidden value field) if an image is selected. Is that possible? I am truely stumped at this
Javascript will be your best option, unless you can use a panel in asp.net. If you use javascript then you can post a call back to the main page with a parent reference. Is there a reason it's an iframe? Is the content from another site? If it's aspx you might have trouble getting consistent naming of your radio control through javascript, so perhaps a server-side solution might be more useful. Jay