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 the process of Serialization?
What are expressions c#?
Why do we use struct in c#?
Is comparator a functional interface?
Explain how to add controls dynamically to the form using c#.net.
How do you type a null character?
Is arraylist type safe in c#?
What are the properties of string?
What does do in c#?
Can you store different types in an array in c#?
What are the various components in crystal reports?
without modifying source code if we compile again, will it be generated MSIL again?
Is int reference type c#?
What is literal in c#?
What is interface inheritance in c#?