How Do I: Build a Custom ASP.NET AJAX Server Control?

Learn how to create a custom Web server control with ASP.NET AJAX functionality using the AJAX extensions in the Microsoft AJAX Library. This video walks you through both the server-side .NET code and the client-side JavaScript code, and provides an explanation of the ‘prototype’ concept. The custom ASP.NET AJAX control can then be used in an .aspx page like any other server control.

Presented by Chris Pels

Duration: 20 minutes, 22 seconds

Date: 22 June 2007

Watch the video   |   Download the video   |   Get the code

Video downloads: WMV | Zune | iPod | PSP | MPEG-4 | 3GP

Audio downloads: AAC | WMA | MPEG-4 | MPEG-3 | MPEG-2

Comments : 2

Leave a Comment

tonvanr : On May 29, 2008 11:01 AM said:

Very nice, but how can I use this in a custom server control. When copying the class to the custom server control I receive and error scriptmanager is not defined and the interface IScriptControl is also not defined.

Doesn't it work in custom server controls?

thanx

ton

zeus0529 : On July 01, 2008 10:07 AM said:

I would love to see a C# version of this sample.

Leave a Comment

You must be logged in to leave a comment. Click here to log in.