R
Ronald S. Cook
I have a Windows app with a split container (SplitContainer1) that contains
two panels (Panel1, Panel2).
I would like to load a user control (utcMyTest) into Panel2 on form load.
Can someone please tell me the line(s) of code to do that?
Also, is there an easy/dynamic way to unload whichever user control is
already in there? I'm assuming only one can be in there at a time, right?
Thanks,
Ron
two panels (Panel1, Panel2).
I would like to load a user control (utcMyTest) into Panel2 on form load.
Can someone please tell me the line(s) of code to do that?
Also, is there an easy/dynamic way to unload whichever user control is
already in there? I'm assuming only one can be in there at a time, right?
Thanks,
Ron