AspNetCore.Docs/aspnet/web-forms/videos/aspnet-ajax/how-do-i-implement-the-pers...

2.0 KiB

uid title author description ms.author manager ms.date ms.topic ms.assetid ms.technology ms.prod msc.legacyurl msc.type
web-forms/videos/aspnet-ajax/how-do-i-implement-the-persistent-communications-pattern-using-web-services [How Do I:] Implement the Persistent Communications Pattern using Web Services? | Microsoft Docs JoeStagner 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 act... aspnetcontent wpickett 08/22/2007 article 424c06cd-6d61-43cd-a1f2-d1a6b62e47b1 dotnet-webforms .net-framework /web-forms/videos/aspnet-ajax/how-do-i-implement-the-persistent-communications-pattern-using-web-services video

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

by Joe Stagner

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.

▶ Watch video (16 minutes)

[!div class="step-by-step"] Previous Next