What is the best method to fill the GridView. using
SqlDataReader or Dataset and why
Answer Posted / saurabh sharma
If u r presenting small amount of data, u can pick any option. It will take almost same time. But if u want to load heavy data, for example 50000 rows, use sql data paging and objectdatasource or xmldatasource to fill grid view. use paging option of objectdatasource or xmldatasource to switch between pages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In how many ways you can overload a method?
How to use reflection to call generic method?
How do I make a dll in c#?
What is difference between variable and property in c#?
Define c# delegate?
what is virtual method in c#?
How many types of namespaces available in version4?
What is parsing? How to parse a date time string?
What is managed or unmanaged code?
What is an escape sequence in c#?
What is difference between write and writeline in c#?
What is the use of ienumerable in c#?
Why do we need dependency injection in c#?
What is a must for multitasking
Show us in simple steps to create setup & deployment project for windows application?