What is the performance impact of using Page.LoadControl in ASP .NET to load User Controls that are compiled outside of the “parent” application?
What is the performance impact of using Page.LoadControl in ASP .NET to load User
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It also depends on how many controls you want to load and where in the Page life-cycle. A few controls is okay for the performance, if it isn’t too complex as said by Joseph. However when you add 20/30/or more controls every step in your life-cycle will dramatically increase.