Linked Radio buttons

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi guys

I want to created a Radio Button List, but because of the formatting I want
to perform, I can't use asp:RadioButtonList.

Is there a way to link asp:RadioButtons like there is with Input
type="radio", or will I need to use the <input> version?!

Cheers


Dan
 
I couldnot understand why u can not use radiobutton list ??

But it is possible just set same text for group name property that u would
like to group
 
Thanks Yunus,

Basically I want to have a radio button and as the text part of it, I
actually need a table. It's not letting me do it, well it does, it just
throws it only a new line, which is not what I want.

Rather than wasting more time, I just wanted to group them so I could just
get on with what I need to do!

Thanks for the info.


Dan
 
Back
Top