what is composite control in asp.net?How we create composite control?

Vivek picture Vivek · Jul 20, 2009 · Viewed 9.2k times · Source

Possible Duplicate:
ASP.NET Custom Controls - Composites

How to make and use composite control in asp.net?

Answer

mmx picture mmx · Jul 20, 2009

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