[How Do I:] Associate AJAX Client Behavior with an ASP.NET Server Control?

by Chris Pels

Learn how to create a client behavior based upon Microsoft AJAX that can be associated with an ASP.NET server control on an .aspx page. The client behavior extends the functionality of the standard ASP.NET control through association rather than by creating a new custom control. Therefore, the behavior can be reused across multiple instances or types of ASP.NET controls depending upon its implementation.

▶ Watch video (18 minutes)