The AjaxControl type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ClientID |
Returns the ClientID which the control has been rendered with.
| |
| Manager |
Shortend way to access Manager.Instance.
Used by derived classes for cached access to Manager.Instance.
| |
| Rendered |
Gets value indicating if this ajax control was previously rendered or not.
Used by derived classes.
| |
| Rerendered |
Gets value indicating if the ajax control is rerendered.
Used by derived classes.
| |
| ShouldRender |
Returns true if the control should be completely re-rendered. Gaia tries to do "partial rendering" as
seldom as possible, however there are a few scenarios where partial rendering is "inevitable".
One of those are if the control has not previously been rendered due to either being "invisible" or
some ancestor container widget was invisible. Another reason might be because the control needs a full
re-rendering like for instance ForceAnUpdate on container widgets. If this property is true then
a full re-rendering will be initiated.
| |
| ShouldRenderAjaxControl |
Used by derived classes to know if the control should be rendered or not
based on the facts if the ShouldRender was set or control was previously rendered
| |
| StateManager |
See StateManager for documentation on this method
|
