October 2010
Intermediate to advanced
1920 pages
73h 55m
English
UpdatePanel Server-Side Page Execution Life CycleYou need to understand that a server-side page goes through its normal page execution life cycle when you perform an asynchronous postback. The Page PreInit, Init, Load, and PreRender events are raised for an asynchronous postback in just the same way as these events are raised for a normal postback.
The page in Listing 38.10 logs each server event and displays the log in a BulletedList control (see Figure 38.8).
Figure 38.8. Viewing an asynchronous postback’s server lifecycle.

Listing 38.10. ServerLifecycle.aspx
When you first open the page in Listing 38.10, each page event is listed in the ...
Read now
Unlock full access