AjaxControl Class |
Namespace: Dynamicweb.Controls
The AjaxControl type exposes the following members.
Name | Description | |
---|---|---|
AjaxControl |
Initializes a new instance of an object.
|
Name | Description | |
---|---|---|
ClientScriptBlock |
If server page header or clientscript not available (like in Module Paragraph settings). You could add JS of the AjaxControl in your page manually.
| |
EnableLegacyRendering |
Gets or sets value indicating whether to enable legacy rendering.
| |
EventArgument |
Gets the current event argument.
| |
EventTarget |
Gets the current event target.
| |
IsPostBack |
Gets value indicating whether HTTP form is being posted to the server.
| |
IsProcessingEvents |
Gets value indicating whether control is currently processing events.
| |
IsTextualResponse |
Gets or sets value indicating whether to dispatch a textual response rather than JavaScript object.
| |
SystemRequestFields |
Gets the list of system field names when performing AJAX requests to the web-server.
|
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".
|