I have a pre-existing table on a web page and need to insert a dynamic radio button list into one cell of the table. This is for upselling hotel rooms and the list contents and order are data-driven. Selection of a radio button option must cause an autopostback. I've tried a number of approaches but each fails at the point where I try to get the value data after the postback fires.
What I did was duplicate the HTML that .NET generates from the ASP control. I'm obviously missing something on getting the value passed back in the postback event.
Any help appreciated.
Loading
Frank BPosted Oct 7, 2009, 7:56 AM
Frank BPosted Oct 6, 2009, 12:26 PM
Any suggestions on getting this formatted as a vertical list are welcome. I saw a few references to putting the radio buttons in a list view and may try that.
Frank BPosted Oct 6, 2009, 8:01 AM
Another issue with this approach is that I need to associate both a thumbnail and some text with each radio button. The text is obvious but not sure how to add the images so that they appear next to the radio buttons. Should I use individual radio buttons instead, each with its own event handler and belonging to a common group?
Roei BarPosted Oct 6, 2009, 3:45 AM
http://msdn.microsoft.com/en-us/library/y7k30eyz(VS.71).aspx
Frank BPosted Oct 5, 2009, 4:30 PM
Frank BPosted Oct 5, 2009, 4:28 PM
Roei BarPosted Oct 5, 2009, 4:19 PM
and on bind the onchange event