Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: RaioButtonList


Message #1 by "John Tyson" <jtyson@t...> on Tue, 25 Feb 2003 12:45:08 -0800
Hi,

I understand that I can either use an asp:RadioButtonList to group a
number a number of mutually exclusive options, or I can use the
GroupName of the asp:RadioButton to create my own grouping.

My problem is, I would like to use asp:RadioButtonList because I want to
place each radiobutton under a particular heading in a table, but it
does not appear I can do this.  At the same time, I cannot assign a
"value" field to a radiobutton (as opposed to asp:listitem in
asp:radiobuttonlist) if I were to group them myself.

Help?  How can I achieve my layout using one of options above?

Thanks,

John

  Return to Index