What is the best method to fill the GridView. using
SqlDataReader or Dataset and why
Answer Posted / justgovi
Datareader is the best way to fill the grid view.
Datareader is faster and the main purpose of it is to be
used in read only scenarios.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What are handlers in c#?
What is data type in c# with example?
Is it possible to have different access modifiers on the get/set methods of a property in c#?
What is the difference between the debug class and trace class? Documentation looks the same.
What is sqlcommandbuilder c#?
What are fields in c#?
What are namespaces, and how they are used?
Can you declare a class or a struct as constant?
How many aware interfaces are there?
What is array and its types in c#?
Does a loop recorder have to be removed?
Are arrays immutable c#?
Can we create instance of private class in c#?
What is virtual in c#?
Is stringbuilder better than string?