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 ado.net connection pooling parameters?
Explain how to create dynamic gridview?
How can we load multiple tables in a dataset?
What is a sqldataadapter?
What is sqlconnection and sqlcommand?
What is the difference between Datareader and Dataset?
What is data adapter in ado.net with example?
Explain the difference in an abstract class and an interface?
What is data access pattern?
Compare Data Reader & Dataset in ado.net?
What do you know about ado.net's methods?
What is sqldatasource?
What is ado full form?
What is ado.net in mvc?
What provider ado.net use by default? Explain the role of data provider in ado.net?