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
Are structs faster than classes?
What is the difference between finalize() and dispose()?
What will be the output of the following code?
What is private class in c#?
What is an example of a delegate?
What are the different types of comments in c#?
What are Types of assemblies that can be created in dotnet
How to properly clean up excel interop objects?
What is a static in c#?
What is addressof operator?
What is int32 in c#?
What is thread in c#?
What is property c#?
What is default class in c#?
Can you use foreach iteration on arrays in c#?