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
In which way a two-dimensional array declared in C#?
What is difference between continue and break in c#?
Can we call server-side code (c# or vb.net code) from javascript?
Why do we need static in c#?
What is class and object c#?
What are the different states of a thread?
Is hashset ordered c#?
What is a collection in c#?
What are events in C#?
What is lastindexof c#?
without modifying source code if we compile again, will it be generated MSIL again?
What is the name of c# compiler?
Differentiate between the public and private ?
How can it prevents DLL Hell assembly versioning in .NET?
What is a verbatim string literal and why do we use it?