I have a form which uses 50 different user controls. The existing code includes all 50 user controls on the form, and they are activated by setting UserControl.Visible = true.
But this results in a bad performance. My question is: Is it possible not to place all the user controls at the webform but instead load the user controls when they are needed? Maybe using a placeholder instead?
I have attatched a file with the design mode. It is obvious that the applcation will have bad performance.




Reply With Quote