0
kicks
CompositeControl or WebControl
Whenever possible, i rather to use UserControl instead of WebControl, sense WebControls are more complicate to create and later on to maintain.
But in case that i have to build a WebControl, i rather build a CompositeControl.