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
Which of the following operations can you not perform on an ado.net dataset?
What do u meant by "SBI" of an object?
What is difference between .net and c#?
What is difference between field and property in c#?
How to implement an object pool in c#.net.
Why is main static in c#?
Why data types are important?
The int maps to which C# keyword in .NET type?
Is php better than c#?
What is the .NET collection class that allows an element to be accessed using a unique key?
Can you explain template pattern?
Is arraylist type safe in c#?
What is the difference between system.string and system.text.stringbuilder classes?
What can we do to handle multiple exceptions?
What is the difference between private and protected in c#?