radiobuttonlist formatting

M

Mike P

How do I manage to format a radiobuttonlist so that if for example I
have 3 options, I can put a text box to the right of each option? The
radiobutton list doesn't seem to accept any html inbetween it which I
would normally use for formatting (TR, TD etc).

Any assistance would be much appreciated.


Cheers,

Mike
 
L

Leif

i think i accomplished what you want with the following:

<asp:RadioButtonList id="RadioButtonList1" runat="server">
<asp:ListItem Value="1">Item 1 <input
type=text></asp:ListItem>
<asp:ListItem Value="2">Item 2 <input
type=text></asp:ListItem>
</asp:RadioButtonList>

hope that helps,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top