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 virtual method in c#?
Define c# and list the features.
Why do we use namespace in c#?
What are the string functions in c#?
How do I do implement a trace?
If casting fails what type of exception is thrown?
What is a hash table c#?
Is c# an open source?
What operator means?
What are the benefits of using the aggregate method in linq?
What are the different states of a thread?
What are extender provider components? Explain how to use an extender provider in the project.
What is the use of GC.KeepAlive Method?
How to achieve polymorphism in c#?
Explain the difference between class and interface in .net?