Multiple containers control
-
Hey guys, I'm developing a website for which I want to create a control which holds two containers. The control must be placed in the toolbox, and dragged onto a webpage (or user control) from the toolbox. I was thinking to inherit from System.Web.UI.WebControls.CompositeControl. I want the control to hold two containers (panels) which can be filled with the controls the developer wants. Is it possible to create a control which holds multiple controls? What's the correct approach? I have declared two panels and exposed them via public read-only properties. Thanks, Eduard
.: I love it when a plan comes together :. http://www.zonderpunt.nl
-
Hey guys, I'm developing a website for which I want to create a control which holds two containers. The control must be placed in the toolbox, and dragged onto a webpage (or user control) from the toolbox. I was thinking to inherit from System.Web.UI.WebControls.CompositeControl. I want the control to hold two containers (panels) which can be filled with the controls the developer wants. Is it possible to create a control which holds multiple controls? What's the correct approach? I have declared two panels and exposed them via public read-only properties. Thanks, Eduard
.: I love it when a plan comes together :. http://www.zonderpunt.nl
-
Did you even read my question??
.: I love it when a plan comes together :. http://www.zonderpunt.nl