In User Interface frameworks, a composite control is a control _composed_ of other existing child controls.
Possible Duplicate: ASP.NET Custom Controls - Composites How to make and use composite control in asp.net?
c# .net asp.net composite-controlsFirst 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