What is the best method to fill the GridView. using
SqlDataReader or Dataset and why
Answer Posted / gowthami
filling the grid view is good by dataset is preferable
as it is used for connection less architecture..
and dataset is nothing but a inmemory database.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is a derived class in c#?
What is use of hashtable in c#?
Why is ienumerable used?
What is readline c#?
Can main method be final?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
What is an enumerator c#?
What is c# used for?
Enlist the different types of classes in c#?
What is the difference between IEnumerator and IEnumerable?
What is interface inheritance?
What is a bool in c#?
What is desktop GUI application?
Explain the 3 types of properties in c# with an example?
Why we use methods in c#?