Hi,
I have a dropdownlist and on loading the form the first item appears as blank item. I imagine there is some property where I can put a 'select'. Cant find it. Anyone knows
Printable View
Hi,
I have a dropdownlist and on loading the form the first item appears as blank item. I imagine there is some property where I can put a 'select'. Cant find it. Anyone knows
you mean like a combo box, comboBobOne.Selected.Index = 0
DropDownList is an ASP.NET control so it would appear on a page. ComboBox is a WinForms control so it would appear on a form. This is not the ASP.NET forum so I would assume WinForms, yet you've used the name of the ASP.NET control. Please post CLEARLY and FULLY, use the proper names for everything and post in the most appropriate forum to avoid such confusion. It will save everyone time.Quote:
Originally Posted by angelica