Microsoft AJAX Library 3.5 SP1 Readme

Overview

For AJAX development, the Microsoft AJAX Library package contains the complete set of client JavaScript resources for ASP.NET AJAX client framework components in ASP.NET 3.5 SP1. The Microsoft AJAX Library is primarily intended for these scenarios:

Note  For ASP.NET users, the Microsoft AJAX Library includes the JavaScript resource files that are available to ASP.NET pages that contain a ScriptManager server control.

New feature

The Microsoft Ajax Library 3.5 SP1 adds browser history support (back button management). More details about this feature can be found here:
In order to allow the browser history feature without using the server-side ScriptManager control, it is necessary to add the following markup into the page for Internet Explorer versions before 8:
<iframe id="__historyFrame" src="/System.Web.Extensions/3.5.0.0/3.5.30729.1/empty.htm" style="display:none;"></iframe>
And the following for Safari 2:
<input type="text" id="__history" style="display:none"/>

Supported Browsers

The Microsoft AJAX Library package supports the following browsers:

Useful Links