Possible Duplicate:
ASP.NET Custom Controls - Composites
How to make and use composite control in asp.net?
A composite control is a control that's composed of some child controls (which are added by overriding CreateChildControls
method). For a detailed article on them see MSDN: A Crash Course on ASP.NET Control Development: Building Composite Controls