ASP.NET

Composite Controls

While the last tutorial covered the details of controls that did custom rendering, this tutorial covers the other kind of control-composite controls. Each type of composite control has advantages and disadvantages, which we'll discuss.

First, let\'s explore the primary differences between rendered controls and composite-style controls.

After completing this tutorial, you will be able to

  • Create a composite custom control
  • Create a composite User control
  • Recognize when each kind of control is appropriate