sasikumar

sasikumar

  • NA
  • 15
  • 0

Multi-Threading to load UserControls

Oct 18 2011 3:28 AM
Hi,

I've created a UserControl. This usercontrol contains multiple sub-controls each will be loaded with values at the time of intial load based on various conditions.

Multiple instances of this usercontrol will be called in the Main form. Since each instance has to load its sub-controls with initial default values, the Main Form takes a long time to Load.

Can someone please help me in calling each instance of this usercontrol via individual threads so that the Main Form Loads quicker?

Thanks.

Answers (2)