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 happens during the process of boxing?
Where is c# compiler located?
What namespace is list in c#?
Can constructor be private c#?
What are data types with examples?
What is public or shared assemblies ?
If casting fails what type of exception is thrown?
what is the difference between a struct and a class in c#?
What framework is used for performance testing/load testing?
can you declare an override method to be static if the original method is not static?
Can abstract classes be final?
Can abstract class instantiated c#?
What do you mean by object pooling?
How does the clr work?
Explain the difference between const and static read-only?