The AJAX type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | AddScriptManager(Page) |
AddScriptManager is used internally by the framework to add a ScriptManager control to the page
|
![]() ![]() | AddScriptManager(Page, Boolean) |
AddScriptManager is used internally by the framework to add a ScriptManager control to the page.
|
![]() ![]() | ContentTemplateContainerControl | Obsolete. |
![]() ![]() | CreateUpdatePanelControl | Obsolete. |
![]() ![]() | CreateUpdateProgressControl(String) | Obsolete. |
![]() ![]() | CreateUpdateProgressControl(String, String) | Obsolete. |
![]() ![]() | CreateUpdateProgressControl(String, Control) | Obsolete. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetScriptManager | Gets the current ScriptManager on the page |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | IsEnabled |
IsEnabled can be used to determine if AJAX has been enabled already as we
only need one Script Manager per page.
|
![]() ![]() | IsHostEnabled | Obsolete. |
![]() ![]() | IsInstalled |
IsInstalled can be used to determine if AJAX is installed on the server
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | RegisterPostBackControl |
Allows a control to be excluded from UpdatePanel async callback
|
![]() ![]() | RegisterScriptManager |
RegisterScriptManager must be used by developers to instruct the framework that AJAX is required on the page
|
![]() ![]() | RemoveScriptManager |
RemoveScriptManager will remove the ScriptManager control during Page Render if the RegisterScriptManager has not been called
|
![]() ![]() | ScriptManagerControl | Obsolete. |
![]() ![]() | SetScriptManagerProperty | Obsolete. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | WrapUpdatePanelControl |
Wraps a control in an update panel
|
Extension Methods
Name | Description | |
---|---|---|
![]() | ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |