KaxAjaxControl Class |
Namespace: Kettic.AspNet.Controls
The KaxAjaxControl type exposes the following members.
Name | Description | |
---|---|---|
KaxAjaxControl |
Name | Description | |
---|---|---|
Alert | Displays an alert message at client-side. | |
FocusControl(String) |
Sets focus to the specified web control after the AJAX Request is
finished.
| |
FocusControl(Control) |
Sets focus to the specified web control after the AJAX Request is
finished.
| |
GetAjaxEventReference |
Gets client side code which raises an AjaxRequest event in either AJAX Manager or
AJAX Panel.
| |
RaisePostBackEvent | ||
Redirect | Redirects the page to another location. |
Name | Description | |
---|---|---|
ClientEvents | ||
ClientIDMode | (Overrides ControlClientIDMode.) | |
EnableAJAX | ||
EnableEmbeddedScripts |
Gets or sets a Boolean value that indicates whether enable the embedded script.
| |
EnableHistory |
Enables browser back/forward buttons state (browser history).
Please, review the KaxAjax "Changes and backwards compatibility" - "Back and Forward buttons" article for more info.
| |
EnablePageHeadUpdate | ||
IsAjaxRequest | ||
RequestQueueSize |
By design ASP.NET AJAX Framework cancels the ongoing ajax request if you try to initiate another one prior to receiving the response for the first request.
By setting the RequestQueueSize property to a value greater than zero, you are enabling the queuing mechanism of KaxAjax
that will allow you to complete the ongoing request and then initiate the pending requests in the control queue.
| |
ResponseScripts | ||
RestoreOriginalRenderDelegate |
Name | Description | |
---|---|---|
AjaxRequest | ||
AjaxSettingCreated | ||
AjaxSettingCreating | ||
Command |