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 is ac callback?
Is c# pass by value?
What is the benefit of interface in c#?
Write a short note on interface?
What is the difference between static class and singleton class in c#?
Is constructor a static method?
Why are local variables stored in stack?
What happens if the inherited interfaces have conflicting method names?
What is stringbuilder c#?
What is the default value of guid in c#?
What is foreach loop in c#?
What is a three-tier application.
what is the default access for a class
What is javascriptserializer c#?
What is JIT (just in time)? how it works?