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 there and it still displays 0 in the 1st item.
How do I get it to display a blank?
Thanks,
Tom
It is:
<asp:Listitem value="0"> </asp:Listitem>
I tried putting there and it still displays 0 in the 1st item.
How do I get it to display a blank?
Thanks,
Tom