Results 1 to 16 of 16

Thread: User controls

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Denmark
    Posts
    1,049

    Question User controls

    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.
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width