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 the access modifiers in c#?
How can we set the class to be inherited, but prevent the method from being over-ridden?
What is session c#?
How much time will it take to learn unity?
Why do we need static in c#?
What is Named parameter in C#?
What exactly happens when we debug and build the program?
When To use HashTable In C#
What is deferred execution?
Is static class thread safe in c#?
What is the difference between readkey and readline in c#?
What is the use of return in c#?
what is a destructor?
Why do we need to override in c#?
What is the difference between IEnumerator and IEnumerable?