J
Jim in Arizona
Using this:
<asp:ListItem Value="0"> </asp:ListItem>
as long as I have a value listed and leave the area between the tags
blank, when viewed the DropDownList will show a 0 as a choice. I want it
to be blank.
I've tried doing this:
<asp:ListItem Value="0"> </asp:ListItem>
and tried this:
<asp:ListItem Value="0"> </asp:ListItem>
and putting nothing in there:
<asp:ListItem Value="0"> </asp:ListItem>
In all cases, a zero shows up as the first selection.
How can I retain the value of zero but keep the choice blank?
Thanks,
Jim
<asp:ListItem Value="0"> </asp:ListItem>
as long as I have a value listed and leave the area between the tags
blank, when viewed the DropDownList will show a 0 as a choice. I want it
to be blank.
I've tried doing this:
<asp:ListItem Value="0"> </asp:ListItem>
and tried this:
<asp:ListItem Value="0"> </asp:ListItem>
and putting nothing in there:
<asp:ListItem Value="0"> </asp:ListItem>
In all cases, a zero shows up as the first selection.
How can I retain the value of zero but keep the choice blank?
Thanks,
Jim