Click or drag to resize
KaxAjaxControl Properties

The KaxAjaxControl type exposes the following members.

Properties
  Name Description
Public property ClientEvents
Public property ClientIDMode (Overrides ControlClientIDMode.)
Public property EnableAJAX
Public property EnableEmbeddedScripts
Gets or sets a Boolean value that indicates whether enable the embedded script.
Public property 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.
Public property EnablePageHeadUpdate
Public property IsAjaxRequest
Public property 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.
Public property ResponseScripts
Public property RestoreOriginalRenderDelegate
Top
See Also