Click or drag to resize

AjaxControl Properties

The AjaxControl type exposes the following members.

Properties
  NameDescription
Public propertyClientScriptBlock
If server page header or clientscript not available (like in Module Paragraph settings). You could add JS of the AjaxControl in your page manually.
Public propertyEnableLegacyRendering
Gets or sets value indicating whether to enable legacy rendering.
Public propertyEventArgument
Gets the current event argument.
Public propertyEventTarget
Gets the current event target.
Public propertyIsPostBack
Gets value indicating whether HTTP form is being posted to the server.
Public propertyIsProcessingEvents
Gets value indicating whether control is currently processing events.
Public propertyIsTextualResponse
Gets or sets value indicating whether to dispatch a textual response rather than JavaScript object.
Public propertyStatic memberSystemRequestFields
Gets the list of system field names when performing AJAX requests to the web-server.
Top
See Also