dropdown needs blank

  • Thread starter Thread starter tshad
  • Start date Start date
T

tshad

I have a dropdown in my aspx page that keeps putting a 0 in the text.

It is:
<asp:Listitem value="0"> </asp:Listitem>

I tried putting &nbsp; there and it still displays 0 in the 1st item.

How do I get it to display a blank?

Thanks,

Tom
 
Back
Top