I have a little problem with the a sentece to put a reader.GetValue(1).ToString in a Combobox1.
Plse Advise
I have a little problem with the a sentece to put a reader.GetValue(1).ToString in a Combobox1.
Plse Advise
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Albertto LiePosted Sep 5, 2008, 4:41 AM
I have a little problem with the a sentece to put a reader.GetValue(1).ToString in a Combobox1.
Plse Advise
Try This,
after the "reader.read();"
combobox1.items.add(reader.GetValue(1).ToString ());