[How Do I:] Choose Between Methods of AJAX Page Updates?

Please install Silverlight or click download to watch video locally.

In this video Joe Stagner compares the two primary methods of performing AJAX-style page updates in an ASP.NET application. The first method is to use an UpdatePanel, where no additional code needs to be written on either the client side or the server side. The benefit of using the UpdatePanel is that everything works automatically. The penalty is that at the client it requires a lot of data to be included in the AJAX request and response, and at the server it requires a full page lifecycle to be executed. The second method is to use network callbacks, where additional code needs to be written on both the client side and the server side. The benefit of using network callbacks is that at the client it requires very little data to be included in the AJAX request and response, and at the server it requires only the called service method to be executed. The penality is the time and effort it takes to write the necessary code. Joe concludes the video by discussing what you should consider when choosing between the two primary methods of AJAX-style page updates. (This video uses the code from the How Do I Get Started with ASP.NET AJAX video and the How Do I Make Client-Side Network Callbacks with ASP.NET AJAX video.)

Presented by Joe Stagner

Duration: 11 minutes, 23 seconds

Date: 09 July 2007

Watch    Video   |   Download    Video

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

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

Comments : 8

Leave a Comment

cv_vikram : On August 07, 2008 9:21 AM said:

Nice tutorial..thanks

Karina Northen : On August 28, 2008 8:49 AM said:

Very useful thanks:)

Danny117 : On December 16, 2008 10:44 AM said:

This video made me a believer.

johannteryl : On December 30, 2008 3:33 AM said:

Its really very helpful for beginners..thanks

gkopparam : On January 20, 2009 2:55 PM said:

can i get the code for the network call ?

this link seems to be broken

www.asp.net/.../view.aspx

thank you

shilpa.gururao : On May 07, 2009 3:53 AM said:

This is an eye opener for me. I was not knowing what cost I am incurring for Updatepanel.

Annapurna : On June 21, 2009 1:37 AM said:

very nice

Annapurna : On June 21, 2009 1:38 AM said:

very nice

Leave a Comment

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

Microsoft Communities