binding dropdownlist to reader
Is it possible to bind the dropdownlist with a OledbDataReader as:
dropdownlist.datasource=myDataReader;
dropdownlist.datavaluefield=myvaluefield;
dropdownlist.datatextfield=mytextfield;
Thanx in advance.
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.
mohdali81compPosted May 11, 2004, 9:00 AM