listbox binding

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

Guest

Hi,

I am using this code to fill a list

cmbList.DataSource = DataSet1
cmbList.DisplayMember = "examID"
cmbList.ValueMember = "examID"
but it's giving me this error: "Could not bind to the new display member"
 

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

Back
Top