populating combo with ds

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I'm trying to populate a combo with a typed dataset (I am filling the
dataset in the form load) by using the databindings , (Selected Item &
Selected value) I get a blank combo box. (Unless I bind the text property,
but then I only get the first row as the combo text.)

Am i missing a step?

Many thanks for any answers
Ant
 
Are you setting DisplayMember and ValueMember to the proper columns from the
table in the dataset?
 
Thank you CLR,

in fact I worked it out & correct, I hadn't set the Display Member or Value
member properies. Thanks very much for your reply.

Ant
 
Back
Top