1. Need to dynamically add <ASP:Button> controls to web user control w.in page
2. <asp:ListItem Value="0">blank choice</asp:ListItem> ?
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
3. <>*<> DSP & Controls Books <>*<>
4. Do you use <table> or <asp:Table>?
5. Creating PDF files on the 3000 <<PLUG>> <<PLUG>>
7. how to add dynamically <tr> and <td> to a table?
9. How to dynamically add <asp:> controls to a webpage?
10. Finding a Control within an <asp:table..> Control
11. multiple <td> in a repeater control <ItemTemplate> (asp.net 2)
12. "<table></table>" and "<frameset><frame></frame></frameset>" in perl/tk
13. ASP.NET Retrieving values from dynamically loaded user control
14. "<table></table>" and "<frameset><frame></frame></frameset>" in perl/tk
15. <asp:table> and <colgroup> ?