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"
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"