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 static field?
How do I count the length of a string in c#?
What is the purpose of reserved word using in c#?
Explain how to implement delegates in c#.net
What is a multicast c# delegate?
what is the difference between convert.tostring() and tostring() functions ?
what is difference between destruct or and garbage collection ?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
What is the difference between disposing of () and finalize() methods in c#?
What do you mean by winforms in c#?
What are access modifiers in c#?
Why do we use classes?
What is the base class for array types?
Enlist all the components of an ado.net framework?
What is parse method in c#?