What is the best method to fill the GridView. using
SqlDataReader or Dataset and why
Answer Posted / gowthami
filling the grid view is good by dataset is preferable
as it is used for connection less architecture..
and dataset is nothing but a inmemory database.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is ControlBox Propertie
What is the difference between finalize() and dispose()?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
What is stringwriter c#?
So what makes your code really object-oriented #?
What does do in c#?
Explain About delegates
How long has c# been around?
What is difference between singleordefault and firstordefault?
Why we use get and set property in c#?
What are the 4 pillars of any object oriented programming language?
Define an assembly in .net?
what is IFormatable
What is a singleton unity?
How does a while loop work?