AjaxControl Properties |
The AjaxControl type exposes the following members.
| 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.
|