ASP.NET 2.0 CompositeControl

Ian Blackburn has writtern a comparison between User Controls
and the new CompositeControl in ASP.NET 2.0. Anybody who tried to
develop a custom WebControl in ASP.NET 1.1 knows how much of a hassle it
was trying to get everything to work. CompositeControl takes away a
large amount of the pain and makes it easier to develop custom controls.