[How Do I:] Publish and Analyze Test Results?
![[How Do I:] Publish and Analyze Test Results?](https://sec.ch9.ms/ch9/fe0b/4a2949a2-ee91-443b-b0c9-b2475935fe0b/aspnet26840_512.jpg)
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.