Link to home
Start Free TrialLog in
Avatar of eddyperu
eddyperuFlag for United States of America

asked on

How to call a panel and a web user control from teh server side? I am using c#

Hi Experts!
I have a web user control called "WebUserControl.asxc" .Also I hace a page called"home.aspx".
I am trying to create  a "Panel" control from the  codebehind in"home.aspx" that can called "WebUserControl.asxc".

This is What I have so far...I create a panel and I give it an ID(Is this right?), now I need to call the webusercontrol and set it up inside the panel, how can I so this ? :
        Panel stepPanel = null;
        stepPanel.ID = "PanelInside";

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of eddyperu
eddyperu
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial