Register the user control or Dynamic Loading the User Control Performance.
-
Hi All, i have question, in my project most of user control is Register in page as traditional manner. If i change to load the user control dynamically, Is any performance difference will be there. My question is, i need to improve performance of page.If i load the user control dynamically.any improvement of Performance? Please suggest Me. Thanks In Advance..
JohnDas
-
Hi All, i have question, in my project most of user control is Register in page as traditional manner. If i change to load the user control dynamically, Is any performance difference will be there. My question is, i need to improve performance of page.If i load the user control dynamically.any improvement of Performance? Please suggest Me. Thanks In Advance..
JohnDas
Yes you can dynamically load User control for Peformance improvement. Even I will suggest you look into Partial Page Caching which will improve your site peroformance a lot. Thanks !
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.