In c#.Net Application For DataGridview binding which method is faster in below two case?Why..?
1)looping-Using For loop
2)Databinding direct using Dataset
Answer Posted / nanak kumar behera
Databinding direct using Dataset
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
What is lazy loading and eager loading in c#?
What are partial classes and use of partial classes?
What is difference between hashtable and dictionary in c#?
What is code verification?
Name any three ways to pass parameters to a method in c#?
What is the default modifier for class in c#?
Why is dll used?
How do switch statements work?
How do you prevent a method from being overridden in c#?
What is Event - Delegate?
How many bits is int32?
what is the index value of the first element in an array?
What is the advantage of generics in c#?
Differentiate between method overriding from method overloading with its functionality?
What is the use of system.environment class in c#.net?