hi need difference in GridView, DataList, Repeater, DetailsView, FormView
-
Hi all, Can anyone tell which one load faster then other GridView, DataList, Repeater, DetailsView, FormView. Or can you give me a suggestion that which one will works better compare to other controls. Thanks in Advance Regards, Senthil.S
Senthil.S Software Engineer
-
Hi all, Can anyone tell which one load faster then other GridView, DataList, Repeater, DetailsView, FormView. Or can you give me a suggestion that which one will works better compare to other controls. Thanks in Advance Regards, Senthil.S
Senthil.S Software Engineer
The reason they all exist, is that different situations call for different tools. If one was best, why would MS not just release that one ?
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
The reason they all exist, is that different situations call for different tools. If one was best, why would MS not just release that one ?
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
hello christian Thanks for your response. The real situation of main is, i have to create a user control to load the datas from database and the control should be faster. So i need a control to load the data faster and it should good also. Thank you Regards Senthil.S
Senthil.S Software Engineer
-
hello christian Thanks for your response. The real situation of main is, i have to create a user control to load the datas from database and the control should be faster. So i need a control to load the data faster and it should good also. Thank you Regards Senthil.S
Senthil.S Software Engineer
Either use a repeater or create your own control. Creating custom controls and binding using a DataReader is fast.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions