The document provides steps to create and use custom controls and user controls in ASP.NET. It discusses creating a simple user control to act as a footer and registering and using it in a web form. It then explains how to create a custom control by deriving from the WebControl class and overriding the RenderContents method. The custom control is compiled to a DLL and used in a web form.
Related topics: