AjaxControl Methods |
The AjaxControl type exposes the following members.
| Name | Description | |
|---|---|---|
| ContainsCodeBlocks |
Determines whether the given control contains code blocks.
| |
| Control_Load |
Handles control's "Load" event.
| |
| Control_PreRender |
Handles control's "PreRender" event.
| |
| GetDataLoadScript(String) |
Returns a script that registers a new sends a "Data load" request to the server.
| |
| GetDataLoadScript(String, Boolean) |
Returns a script that registers a new sends a "Data load" request to the server.
| |
| GetDataLoadScript(String, String) |
Returns a script that registers a new sends a "Data load" request to the server.
| |
| GetDataLoadScript(String, String, Boolean) |
Returns a script that registers a new sends a "Data load" request to the server.
| |
| GetResponse |
Causes the control to load its data and returns the JavaScript code block that contains control data.
| |
| LoadPostData |
Processes postback data for an ASP.NET server control.
| |
| LoadResources |
Loads control resource.
| |
| OnLoad |
Performs "Load" event.
| |
| RaisePostBackEvent |
Processes server events.
| |
| RaisePostDataChangedEvent |
Signals the server control to notify the ASP.NET application that the state of the control has changed.
| |
| Render(HtmlTextWriter) |
Sends control content to a provided System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.
| |
| Render(HtmlTextWriter, Boolean) |
Sends control content to a provided System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.
| |
| RenderClientObject |
Renders client-side object.
| |
| RenderControl |
Sends control content to a provided System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.
| |
| WriteResponse |
Writes a response to the given output stream. The response MIME type must be "application/javascript".
|