UpdatePanel
Performance
The UpdatePanel
hides the normal page postback by performing an asynchronous (sneaky) postback. Even though you can use the UpdatePanel
to trick your users into believing that a postback is not occurring, it is important that you do not trick yourself.
You can use either of the two debugging tools discussed earlier in this chapter to view the Ajax request and response that occur during an asynchronous postback. For example, Listing 38.20 contains a typical Ajax request, and Listing 38.21 contains a typical Ajax response.
Listing 38.20. Ajax Request
Listing 38.21. Ajax Response
The Ajax request and response in Listing ...
Get ASP.NET 4 Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.