Chapter 6. Advanced Techniques with the ASP.NET AJAX PageRequestManager Object

<feature><title>In This Chapter</title> <objective>

Using the PageRequestManager Object

</objective>
<objective>

A Practical Example of the PageRequestManager Object

</objective>
</feature>

Using the PageRequestManager Object

The PageRequestManager object is an object that you should be extremely familiar with if you are doing anything with ASP.NET AJAX. At the core, the concepts of AJAX are simply a set of asynchronous requests that are happening on your page.

When you are using some of the server-side controls that ship with ASP.NET 3.5 AJAX such as the UpdatePanel, you are often abstracted from each HTTP request that is getting generated by the UpdatePanel. This is both ...

Get ASP.NET 3.5 AJAX 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.