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


Please Help Members By Posting Answers For Below Questions

What is difference between list and dictionary in c#?

458


What are nested classes in c#?

550


Should I make my destructor virtual?

574


Explain about Oops concept

545


What is float in unity?

500






Can abstract class be sealed?

477


what is the difference between convert.tostring() and tostring() functions ?

568


What is the difference between a field and a property in c#?

490


What is overloading with example?

493


How can I get around scope problems in a try/catch?

473


Why do we use inheritance in c#?

477


What is jagged array?

540


Why c# is called type safe language?

459


What is the use of iqueryable in c#?

473


What is wpf application in c#?

460