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