Top "Composite-controls" questions

In User Interface frameworks, a composite control is a control _composed_ of other existing child controls.

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

Possible Duplicate: ASP.NET Custom Controls - Composites How to make and use composite control in asp.net?

c# .net asp.net composite-controls
Inheriting from a System.Web.UI.UserControl base class

First off, I am wondering if this is possible. I read slight grumblings around the internet about this, but I …

c# asp.net inheritance user-controls composite-controls