0 out of 1 rated this helpful - Rate this topic

AjaxFrameworkMode Enumeration

Specifies how client scripts of the Microsoft Ajax client library are included on the client.

Namespace:  System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)
public enum AjaxFrameworkMode
Member name Description
Enabled Specifies that the ScriptManager control automatically includes the MicrosoftAjax.js script file, which is a combined script file of every core framework script (legacy behavior).
Disabled Specifies that all Microsoft Ajax script features are disabled and that the ScriptManager control does not reference any scripts automatically.
Explicit Specifies that you will explicitly include script references to individual framework core script file that your page requires, and that you will include references to the dependencies that each script file requires.

.NET Framework

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ