1.5 KiB
1.5 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-determine-whether-an-asynchronous-postback-has-occurred | [How Do I:] Determine Whether an Asynchronous Postback has Occurred? | Microsoft Docs | JoeStagner | The Page_Load method of an ASP.NET Web form will execute during either a standard full-page postback or an asychnronous partial-page postback. In this video... | aspnetcontent | wpickett | 07/25/2007 | article | aabc168b-582a-4668-90b1-3d700285aa1a | dotnet-webforms | .net-framework | /web-forms/videos/aspnet-ajax/how-do-i-determine-whether-an-asynchronous-postback-has-occurred | video |
[How Do I:] Determine Whether an Asynchronous Postback has Occurred?
by Joe Stagner
The Page_Load method of an ASP.NET Web form will execute during either a standard full-page postback or an asychnronous partial-page postback. In this video we learn how we can use the ASP.NET AJAX ScriptManager to determine whether an UpdatePanel postback has occurred, which allows us to conditionally execute code.