What is the best method to fill the GridView. using
SqlDataReader or Dataset and why
Answer Posted / justgovi
Datareader is the best way to fill the grid view.
Datareader is faster and the main purpose of it is to be
used in read only scenarios.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Can a constructor be private in c#?
How do I run managed code in a process?
Why linq is having select clause at the end?
What does console readline do in c#?
Difference between value and reference type.
What is toint32 c#?
What are variables in c#?
Can destructors have access modifiers?
How do I type a whitespace character?
How does c# achieve polymorphism?
What are circular references?
Can a class be private in c#?
What is command object in c#?
What does console readline do?
how to implement a web service in .net