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
Can we change static value in c#?
How does inheritance work in c#?
What's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
Name any three ways to pass parameters to a method in c#?
What is overriding in c#?
Can class inherit from struct c#?
What is a deadlock lock?
What is the use of the dispose method in C# ?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
What do you mean by the delegate in c#?
There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?
Explain the role of the datareader class in ado.net connections?
Explain the difference between pass by value and pass by reference.
What is managed or unmanaged code?
What are the main reasons to use c# language?