why radio buttons showing value

S

sanmateof

My radio buttons are showing the value besides the button even though
no text is displayed. Below is my code:
<td style="width: 100px"><asp:RadioButtonList ID="RadioButtonList16"
runat="server" RepeatDirection="Horizontal">
<asp:ListItem Value="1"></asp:ListItem>
<asp:ListItem Value="2"></asp:ListItem>
<asp:ListItem Value="3"></asp:ListItem>
<asp:ListItem Value="4"></asp:ListItem>
<asp:ListItem Value="5"></asp:ListItem>
</asp:RadioButtonList>
</td>

There is no text that is supposed to be displayed in the browser, yet
besides the radio buttons are their respective values. My CSS is not
forcing the values to be displayed. Can anyone tell me why this is
happening and what I can do to not have the values displayed?
Thanks
 

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,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top