Chapter 8. Building an ASP.NET AJAX Extender Control

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

Add ASP.NET Controls

</objective>
<objective>

How to Build an Extender Control

</objective>
<objective>

Server-Side Code

</objective>
<objective>

Client-Side Code

</objective>
</feature>

As you learned in Chapter 7, “Using the ASP.NET AJAX Control Toolkit,”ASP.NET AJAX Extender Controls enable you to easily extend the functionality of an existing ASP.NET standard control (such as a TextBox, Button, or Label control). In this section, you learn how to use the Visual Studio 2008 tools to add a control extender to a standard ASP.NET control.

Add ASP.NET Controls

First, you need a page with some controls, which is defined in Listing 8.1.

Example 8.1. ASP.NET ...

Get ASP.NET 3.5 AJAX 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.