Page view counter
HomeLearnASP.NET AJAX VideosHow Do I: Build Custom Server Controls that Work With or Without ASP.NET AJAX?  

How Do I: Build Custom Server Controls that Work With or Without ASP.NET AJAX?

Do you have an idea for a custom server control that should be able to work without ASP.NET AJAX, yet could take advantage of ASP.NET AJAX if it is available? In this video we learn how to build a custom server control that does not reference the ASP.NET AJAX assembly, but uses Reflection to “play nice” with the ASP.NET AJAX UpdatePanel.

Presented by Chris Pels

Duration: 19 minutes, 21 seconds

Date: 9 July 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 : 2

Leave a Comment

tonvanr : On May 30, 2008 7:11 AM said:

I do not understand the full picture:

function OnClickSearch()

{

 $get("flightSearchResults").innerHTML="No flights available.";

}

is just javascript which runs on the client without a postback. So what AJAX functionality you're using in here.

Am I stupid? Or am I missing it.

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

Very good tutorial..thanks

Leave a Comment

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

Microsoft Communities