Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DropDownList initialization question
Message
General information
Forum:
ASP.NET
Category:
Web forms
Miscellaneous
Thread ID:
00900902
Message ID:
00900930
Views:
28
Richard,

I forwarded you a message, but maybe you haven't seen it yet...you need to insert a blank entry

this.DropDownList1.DataBind();
this.DropDownList1.Items.Insert(0,"");

The -1 works in WinForms, but not WebForms...

HTH,
Kevin
Previous
Reply
Map
View

Click here to load this message in the networking platform