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 / velmahesh
Answer is , Databinding direct using Dataset..
Reason for if we store database values to dataset. then
values are binding shortly..
but, if use the for loop, that statement will execute
upto limit. so, it will take some seconds..
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is private variable?
Explain the role of Garbage collector and its generations?
What is difference between array and collection?
What does the parsefloat function do?
What is console read in c#?
Why we use get and set method in c#?
Explain About .NET Remoting and types of remoting
How many aware interfaces are there?
Why do we need static class in c#?
Can c# inherit multiple classes?
Explain About Postback
Perfect Example Of While And Do-While Loop In C#.Net ?
If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?
can you declare an override method to be static if the original method is not static?
How many types of interface are there in c#?