I want to create control which would contain other controls.
For these other controls I want to create "base" control with some default look and background logic and then derive all other controls from this "base" control.
Is this possible, and how it can be done ?
EDIT: With nesting I mean something like master pages. I would like to have "master control" and within this master control I would like place another controls.