| AjaxUpdatedControl Class |
Namespace: Kettic.AspNet.Controls
The AjaxUpdatedControl type exposes the following members.
| Name | Description | |
|---|---|---|
| AjaxUpdatedControl | The default constructor of the AjaxUpdatedControl class. | |
| AjaxUpdatedControl(String, String) |
A constructor of AjaxUpdatedControl which takes the control to be updated and the
id of the loading panel to display as parameters.
|
| Name | Description | |
|---|---|---|
| Equals | (Overrides ObjectEquals(Object).) | |
| GetHashCode | (Overrides ObjectGetHashCode.) |
| Name | Description | |
|---|---|---|
| ControlID | The ID of the web control that is to be updated. | |
| UpdatePanelHeight |
Height which will be set to the generated UpdatePanel
| |
| UpdatePanelRenderMode |
Gets or sets the render mode of the the KaxAjaxPanel. The default value is Block.
| |
| WaitIndicatorID |
The ID of the KaxAjaxWaitIndicator to be displayed during the update of the
control.
|