Page view counter

How Do I: Create an ASP.NET AJAX Extender from Scratch?

Learn how to create an ASP.NET AJAX extender for a standard ASP.NET server control. We are shown how to add server-side properties and client-side JavaScript to extend the behavior of the standard TextBox control, though the same approach can be applied to any other server control.

For further help in creating an ASP.NET AJAX extender, please refer to the Creating a New Extender walkthrough.

Presented by Chris Pels

Duration: 15 minutes, 11 seconds

Date: 20 August 2007

Watch the video   |   Download the video   |   Get VB code  or  C# code

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

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

Comments : 5

Leave a Comment

jpeterson77 : On April 25, 2008 3:20 PM said:

Hi,

Great tutorial but I am getting an error on compilation.  In the bottom left corner of the browser it says "error on page" in the details section it says "DisabledButton is undefined at line 60".  This is in the $create command.  Any idea why this might be happening?  any help would be much appreciated.

cv_vikram : On August 07, 2008 3:58 PM said:

Very good tutorial..thanks

mosaguitar : On November 01, 2008 12:40 AM said:

HI,

it is realy helpful tutorial ,but i have problem the method return GetPropertyValue("TargetButtonID", "");

the errer messsage is

the name GetPropertyValue does not exist in the current context

can any body help in that .

mosaguitar : On November 01, 2008 12:40 AM said:

HI,

it is realy helpful tutorial ,but i have problem with the method return GetPropertyValue("TargetButtonID", "");

the errer messsage is

the name GetPropertyValue does not exist in the current context

can any body help in that .

hareshambaliya : On November 17, 2008 9:24 AM said:

Hi,

Great video, I am interested in more videos of extender. can you please send more detail on ajax extender.

Leave a Comment

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

Microsoft Communities