How to load TabControl with many of objects and tabs FASTER
-
Hi, could anyone give me example on how to maintain TabControl in ASP.Net? Here's the problem : - I have TabControl with many of Tabs - Each of Tab contain various kins of object, i.e DataGrid. - Each of DataGrid containing data from database with request query comes from textBox (say it txtCari). - When I click SEARCH button,the value on txtCari become parameter for querying database. - The reslt keept in DataGRid on each tab (each datagrid contain difeerent data) :wtf: - But guess what?. It's need more than 6 seconds to load..:mad: Can anyone give me the way how to makeitfaster?' With xample please.. ;) Tq
-
Hi, could anyone give me example on how to maintain TabControl in ASP.Net? Here's the problem : - I have TabControl with many of Tabs - Each of Tab contain various kins of object, i.e DataGrid. - Each of DataGrid containing data from database with request query comes from textBox (say it txtCari). - When I click SEARCH button,the value on txtCari become parameter for querying database. - The reslt keept in DataGRid on each tab (each datagrid contain difeerent data) :wtf: - But guess what?. It's need more than 6 seconds to load..:mad: Can anyone give me the way how to makeitfaster?' With xample please.. ;) Tq
Hi, Few tips to maintain the tabcontrol performance: 1.Do not drag drop many objects on to each tab.Instead used the user control and gives instances on each tab. 2.Check if you are loading data in all tabs each time a tab is clicked.(Page Posting back?). 3.Which tab control are you using ? asp.net or ajax? (put the tab control in ajax update panel to reduce the post backs) Hope this helps to figure out where it is taking more time to load.
-Manognya __________________________________________________ $ God gives what is best.Not what all you wish :)