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
Why we need get set property in c#?
Can private virtual methods be overridden in c#.net?
write a c# program add two matrix with input number ?
Describe two uses of the “using” statement during the operation of c#?
Can you use foreach iteration on arrays in c#?
Define multicast c# delegate?
Which is executed if an exception has not occurred?
What is serialization and deserialization in c# with example?
Write a C# program to find the Factorial of n
What is the importance of closing an ado.net application?
Why do we use public static void main in c#?
What is the full form of GAC? Explain its uses?
Explain the process of inheriting a class into another class?
Define a class and an object?
What is xml serialization in c#?