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 is the default Timeout for SqlCommand.CommandTimeout property?
What is an ADO.Net?
Which is faster dataset or datareader?
How to pass multiple tables in datasets simultaneously?
What is the difference between typed and untyped dataset?
What are the methods of XML dataset object?
Define Execute Scalar?
What is datatable in ado.net?
Explain the difference between sqlcommand object and command behavior object?
Explain advantages of ado.net?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
Which method in OLEDBAdapter is used to populate dataset with records?
Explain how to find the given query is optimised one or not?
Do you use stored procedure in ado.net?
Explain what is datagrid with an example?