What is the best method to fill the GridView. using
SqlDataReader or Dataset and why
Answer Posted / shiva
Depending on the requirement either we can go for Dataset
or Datareader.If the information which we are trying to
access is less then best and fastest way is to go for
Datareader in all other scenarios Dataset can be used.
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What are some of the commonly used commands in sqlcommand?
Can abstract class be instantiated c#?
Is python easier than c#?
How many types of constructors are available in c#?
Is c# an array?
What are the two kinds of properties in c#.
Why do we use dataset in c#?
Can u list some style properties of List Box?
what is the difference between a struct and a class in c#?
What is icollection in c#?
What does int32 mean?
What is difference between array and list in c#?
What is serialization and deserialization in c# with example?
What is delimiter in c#?
How do I do implement a trace and assert?