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
Define c# i/o classes? List the commonly used classes?
What is difference between for and foreach in c#?
What are destructors in C#?
How do you use nullable?
What is an assembly loader?
Difference between call by value and call by reference in C#?
What is a dynamic assembly?
What is the xml document structure?
What is the difference while using directive vs using statement ?
Can a struct inherit from another struct or class in c#?
What is a float?
how to prevent a class from being inherited in c#.net?
Is a valid int value?
Is is possible to force garbage collector to run?
Can you use all access modifiers for all types?