HomeLearnASP.NET AJAX VideosHow Do I: Implement the Persistent Communications Pattern using Web Services?  

How Do I: Implement the Persistent Communications Pattern using Web Services?

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. In an earlier video we saw how to use the ASP.NET AJAX UpdatePanel as the basis of the implementation. In this video we learn how to implement the same pattern using a JavaScrpt call to a Web service, which removes the need for an ASP.NET AJAX UpdatePanel.

Presented by Joe Stagner

Duration: 16 minutes, 37 seconds

Date: 25 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 : 0

Leave a Comment

There are no comments for this item.

Leave a Comment

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