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 parameterized constructor?
Is functional interface runnable?
What is default constructor c#?
In howmany ways can you deploy an assembly?
Which of these statements correctly declares a two-dimensional array in c#?
What are interfaces in c#?
Is versioning applicable to private assemblies?
Does unity use c++ or c#?
What is oledb in c#?
How do I develop c# apps?
How do you pronounce c#?
What is the difference between interface and inheritance in c#?
Which sorting algorithm is best?
What is the difference between ienumerable and enumerator?
Why is .net so popular?