combobox add "--select" after populated by datasource

  • Thread starter Thread starter Wu
  • Start date Start date
W

Wu

Hello,
I can not add a new items to combobox after the datasource was loaded.

I usually do item.add(0,"--select") for dropdownlist at asp.net but it does
not allow in window application in combobox.

Please advice.

Wu
 
I have done pretty much all of my development in ASP.NET, but what happens
if you add to the datasource (I'm assuming a DataTable object?) before
loading it? Also, what happens if you individually add your "--select" item
to the combobox before loading the datasource? These are the best
suggestions I can come up with for you, since I have not really done any
development other than ASP.NET.
 
Back
Top