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 is a console?
What can be done with c#?
What is a dynamic assembly?
What is a static field?
How do you declare an interface in c#?
What is garbage collector and where should you use in .NET?
What does the keyword “virtual†declare for a method or property?
Is a c# interface the same as a c++ abstract class?
What are the applications of c#?
How does foreach loop work in c#?
Can you specify nested classes as partial classes?
What is a delegate in c#?
What is event and delegates in c#?
Define the term immutable ?
What are events in C#?