Chapter 7. Creating Custom Controls with User Controls

<feature><title>In this Chapter</title> <objective>

Creating User Controls

</objective>
<objective>

AJAX and User Controls

</objective>
<objective>

Dynamically Loading User Controls

</objective>
<objective>

Summary

</objective>
</feature>

A Web User control enables you to build a new control from existing controls. By taking advantage of User controls, you can easily extend the ASP.NET Framework with your own custom controls.

Imagine, for example, that you need to display the same address form in multiple pages in a web application. The address form consists of several TextBox and Validation controls for entering address information. If you want to avoid declaring all the TextBox and Validation controls ...

Get ASP.NET 2.0 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.