Click or drag to resize

AjaxControl Methods

The AjaxControl type exposes the following members.

Methods
  NameDescription
Protected methodContainsCodeBlocks
Determines whether the given control contains code blocks.
Protected methodControl_Load
Handles control's "Load" event.
Protected methodControl_PreRender
Handles control's "PreRender" event.
Protected methodGetDataLoadScript(String)
Returns a script that registers a new sends a "Data load" request to the server.
Protected methodGetDataLoadScript(String, Boolean)
Returns a script that registers a new sends a "Data load" request to the server.
Protected methodGetDataLoadScript(String, String)
Returns a script that registers a new sends a "Data load" request to the server.
Protected methodGetDataLoadScript(String, String, Boolean)
Returns a script that registers a new sends a "Data load" request to the server.
Public methodGetResponse
Causes the control to load its data and returns the JavaScript code block that contains control data.
Public methodLoadPostData
Processes postback data for an ASP.NET server control.
Public methodLoadResources
Loads control resource.
Protected methodOnLoad
Performs "Load" event.
Public methodRaisePostBackEvent
Processes server events.
Public methodRaisePostDataChangedEvent
Signals the server control to notify the ASP.NET application that the state of the control has changed.
Protected methodRender(HtmlTextWriter)
Sends control content to a provided System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.
Protected methodRender(HtmlTextWriter, Boolean)
Sends control content to a provided System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.
Public methodRenderClientObject
Renders client-side object.
Public methodRenderControl
Sends control content to a provided System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.
Protected methodWriteResponse
Writes a response to the given output stream. The response MIME type must be "application/javascript".
Top
See Also