I have a listbox full of database items. How do I add item "All ofthe above"

  • Thread starter Thread starter COHENMARVIN
  • Start date Start date
C

COHENMARVIN

I have a listbox of cities.
The listbox is bound to a database table.
But I want to add the option - "all cities" to the listbox.
How do I do that?

Thanks,
Marvin
 
Use the Listbox.Items.Insert method after binding the data to a datasource.

Regards,

Trevor Benedict
MCSD
 
Back
Top