Answer Posted / ak
It is simple
if(reader.hasrows)
{
combo1.additem(reader[0])
combo2.additem(reader[1])
}
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the different layers of ado.net?
What are the data providers used in ado.net
What is serialization and de-serialization in .net? How can we serialize the dataset object?
How can we load multiple tables in to dataset?
What is an ado connection?
What are the 3 major types of connection objects in ado.net?
What are the methods of XML dataset object?
What are basic methods of dataadapter?
What is a datareader object?
How do you implement locking concept for dataset?
What are the usages of the command object in ado.net?
What you mean by filtering of data?
What are the different ado.net namespaces are available in .net?
What is XML serialization
What are the ado.net objects?