What is the best method to fill the GridView. using
SqlDataReader or Dataset and why
Answer Posted / gowthami
filling the grid view is good by dataset is preferable
as it is used for connection less architecture..
and dataset is nothing but a inmemory database.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Distinguish between system.string and system.text.stringbuilder classes?
What are anonymous types in c#?
what class is underneath the sortedlist class?
Will the following code compile and run?
What are functions in c#?
What is a console operator?
Is static thread safe?
What is the difference between and xml documentation tag?
What is datacontract in c#?
What are jagged arrays used for?
Is list passed by reference c#?
Is as keyword in c#?
Does c# support a variable number of arguments?
What is a partial class. Give an example?
Explain the difference between “constant” and “read-only” variables used in c#?