What is the best method to fill the GridView. using
SqlDataReader or Dataset and why
Answer Posted / justgovi
Datareader is the best way to fill the grid view.
Datareader is faster and the main purpose of it is to be
used in read only scenarios.
Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is the data encapsulation?
What is the difference between IEnumerator and IEnumerable?
How is a strongly-named assembly different from one that isn’t strongly-named?
Which is faster iqueryable or ienumerable?
what are some characteristics of an array?
Is array ienumerable c#?
What is the default value of decimal in c#?
Major difference between Basic httpbinding and WShttpbinding?
Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?
How do you prevent a method from being overridden in c#?
Is c# strongly typed?
What is the difference between namespace and class?
What is yield keyword?
Can we change static variable value in c#?
i want o/p 011242110 in c# code.