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 Features and disadvantages of dataset
What is data relation in ado.net?
Explain which name space is used to get assembly details?
Why do we need ado.net?
What is the provider being used to access oracle database?
Explain ado.net features? Benefits? Drawbacks?
What are the advantages using ado.net?
Where is adodb dll located?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
Define Execute Reader?
What is microsoft ado.net?
What is ado full form?
Describe connection object in ado.net
Define bubbled event?
Which method is used by command class to execute SQL statements that return single value?