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 several execute methods of ado.net?
What is linq and entity framework?
How many major types of connection objects in ADO.NET?
What do you know about ADO.NET's objects and methods?
What is the role of clr?
Describe ado.net object model in detail.
What is a control toolbox?
Explain which name space is used to get assembly details?
What is a column variable?
Which object holds only data and does not interact with data source?
What is ado asp?
Compare Data Reader & Dataset in ado.net?
Define the data provider classes that is supported by ado.net?
What is the role of the dataset object in ado.net?
What are the advantages of ado.net?