A
Annie
hello guys,
I am trying to bind the combobox using a dataread as below: but it doesn't
work??
Do While (reader.Read)
cboTest.DisplayMember = reader.Item("au_lname")
cboTest.ValueMember = reader.Item("au_id")
Loop
what is wrong here?
help please ...
I am trying to bind the combobox using a dataread as below: but it doesn't
work??
Do While (reader.Read)
cboTest.DisplayMember = reader.Item("au_lname")
cboTest.ValueMember = reader.Item("au_id")
Loop
what is wrong here?
help please ...