HomeLearnASP.NET AJAX VideosHow Do I: Implement the Persistent Communications Pattern with the UpdatePanel?  

How Do I: Implement the Persistent Communications Pattern with the UpdatePanel?

In a traditional Web site the browser and the server do not maintain an ongoing communication, but communicate only in response to the user performing an action. In a modern Web site where the page becomes an application container, it can be advantageous for the browser and the server to maintain an ongoing communication so that page updates can occur without the user performing an action. This is known as the Persistent Communications Pattern for AJAX.

ASP.NET AJAX provides two main ways for Web developers to implement the Persistent Communications Pattern. This video demonstrates the simple way, which is to use the ASP.NET AJAX UpdatePanel as the basis of the implementation. In a later video we will learn how to implement the same pattern without the use of the ASP.NET AJAX UpdatePanel.

Presented by Joe Stagner

Duration: 12 minutes, 1 second

Date: 20 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 : 5

Leave a Comment

netninja : On April 02, 2008 10:10 AM said:

Great tutorial! I have 1 question: I am using the Persistant Communication Pattern Service Call and I would like to put the javascript in an external file. When I did so, and called the onload function "initConstantCall();" I get an error. Any ideas?

JoeStagner : On April 03, 2008 6:27 PM said:

Do you have this at the bottom of your script file ?

// Notify ScriptManager that this is the end of the script.

if (typeof(Sys) !== 'undefined') Sys.Application.notifyScriptLoaded();

netninja : On April 04, 2008 10:38 AM said:

That worked! Thank you so much.

BTW, your tutorials/blog ROCK! =)

JoeStagner : On April 14, 2008 8:22 PM said:

Glad to help and THANKS !!!

cv_vikram : On August 07, 2008 11:28 AM said:

Good tutorial...thanks

Leave a Comment

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

Page view counter
Microsoft Communities