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
What is a concrete class in c#?
what is the Difference between the public and private ?
What is the difference between abstraction and encapsulation in c#?
What is static noise?
What's difference between constants and static readonly?
How many types of inheritance are there in c#?
What is data bind in c#?
What is a partial method?
What are the Types of values mode can hold session state in web.config
How Is The Dll Hell Problem Solved In .net?
Is std :: string null terminated?
Why do we Need of static class in c#?
What does .length do in c#?
Is as operator in c#?
When a Static Constructor is called in a Class?