populating combo with ds

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
 
G

Guest

Are you setting DisplayMember and ValueMember to the proper columns from the
table in the dataset?
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top