1.3 KiB
1.3 KiB
uid | title | author | description | ms.author | ms.date | ms.assetid | msc.legacyurl | msc.type |
---|---|---|---|---|---|---|---|---|
web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-after-processing-pattern | [How Do I:] Implement the AJAX After Processing Pattern? | Microsoft Docs | JoeStagner | The ASP.NET AJAX framework allows your server-side code to hook in and respond to various client-side events. In this video we learn how to implement the Aft... | riande | 06/21/2007 | 9a382d8e-ea3a-4fa4-bd24-b56f9051f4db | /web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-after-processing-pattern | video |
[How Do I:] Implement the AJAX After Processing Pattern?
by Joe Stagner
The ASP.NET AJAX framework allows your server-side code to hook in and respond to various client-side events. In this video we learn how to implement the After Processing Pattern, which allows server-side code to execute wrap-up logic once the user has finished with the Web page.