radiobuttonlist is showing text

  • Thread starter Thread starter Brent
  • Start date Start date
B

Brent

I have several radiobuttonlists that I don't want the
text to show for. I have made that so through the
datalist item editor. It looks great in designtime but
it shows text at runtime. The text it is showing is what
i have entered as the values for the radiobuttonlists.

Any thoughts as to what I am doing wrong?

Thanks,
Brent
 
Brent,

You can set in the text properties of the items when you are using the
desiger :
\\\
 
///

When you are using html it is
\\\
<asp:ListItem Value="Item 1">&amp;nbsp;</asp:ListItem>
<asp:ListItem Value="Item 2">&amp;nbsp;</asp:ListItem>
///
I hope this helps?

Cor
 

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

Back
Top