This document discusses user controls in ASP.NET, including:
- What user controls are and why they are used (to reuse code/UI components across applications)
- How to add a user control to a web form using the @Register directive and include it in the page
- How to create properties in a user control to allow interaction with it from a host page
- Demonstrating creating a user control and using it in a page's code behind