Click or drag to resize
KaxAjaxControl Class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      Kettic.AspNet.ControlsKaxAjaxControl
        Kettic.AspNet.ControlsKaxAjaxConsole
        Kettic.AspNet.ControlsKaxAjaxPanel

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public abstract class KaxAjaxControl : WebControl, 
	IPostBackEventHandler

The KaxAjaxControl type exposes the following members.

Constructors
  NameDescription
Public methodKaxAjaxControl
Top
Methods
  NameDescription
Public methodCode exampleAlert
Displays an alert message at client-side.
Public methodFocusControl(String)
Sets focus to the specified web control after the AJAX Request is finished.
Public methodFocusControl(Control)
Sets focus to the specified web control after the AJAX Request is finished.
Public methodCode exampleGetAjaxEventReference
Gets client side code which raises an AjaxRequest event in either AJAX Manager or AJAX Panel.
Public methodRaisePostBackEvent
Public methodCode exampleRedirect
Redirects the page to another location.
Top
Properties
  NameDescription
Public propertyClientEvents
Public propertyClientIDMode (Overrides ControlClientIDMode.)
Public propertyEnableAJAX
Public propertyEnableEmbeddedScripts
Gets or sets a Boolean value that indicates whether enable the embedded script.
Public propertyEnableHistory
Enables browser back/forward buttons state (browser history). Please, review the KaxAjax "Changes and backwards compatibility" - "Back and Forward buttons" article for more info.
Public propertyEnablePageHeadUpdate
Public propertyIsAjaxRequest
Public propertyRequestQueueSize
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.
Public propertyResponseScripts
Public propertyRestoreOriginalRenderDelegate
Top
Events
See Also