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 a delegate? How can it works?
What is public or shared assemblies ?
What is difference between assembly and namespace?
What are the advantages of generics in c#?
Is it possible to inline assembly or il in c# code?
What are native methods?
How main method is called in c#?
What is dll in c#?
who is a protected class-level variable available to?
What is ienumerable t in c#?
Is lazy thread safe c#?
Which is faster dictionary or hashtable?
What is the main purpose of delegates in c#?
What is command object in c#?
Define c# i/o classes?