K
koumides
I have the following code:
<asp
ropDownList id="Dropdownlist1" runat="server">
<asp:ListItem value="N" text=DateTime.Now.ToLongDateString() />
<asp:ListItem value="S" text="Sweden" />
<asp:ListItem value="F" text="France" />
<asp:ListItem value="I" text="Italy" />
</asp
ropDownList>
Why I don't see the date as the first value of my textbox? Instead I
see "DateTime.Now.ToLongDateString()" as first value.
Thanks
Marios Koumides
<asp

<asp:ListItem value="N" text=DateTime.Now.ToLongDateString() />
<asp:ListItem value="S" text="Sweden" />
<asp:ListItem value="F" text="France" />
<asp:ListItem value="I" text="Italy" />
</asp

Why I don't see the date as the first value of my textbox? Instead I
see "DateTime.Now.ToLongDateString()" as first value.
Thanks
Marios Koumides