Connecting Tech Pros Worldwide Forums | Help | Site Map

Mixing DataSource and a Collection in ListBox

AI_Is_My_Thing
Guest
 
Posts: n/a
#1: Nov 16 '05
Hey all,

I'm populating a ListBox with values from a table. I have the DataSet from
the table set up as my "DataSource" and I'm having no problem getting the
ListBox to show the items I want from that table. My question is: How do I
get the ListBox to display a row that is not in the table.

I usually program for web sites and having a default option can come in
handy. I just want to add something without a primary key value as the first
option of my ListBox.

Is there any hope?

Thanks!
Closed Thread