Common implmentation for Controls implementing IAjaxContainerControl interface. Usage is to implement
IAjaxContainerControl and forward every method in that interface to this class.
All AjaxContainer Controls supports partial rendering by supporting the ForceAnUpdate method and
related method TrackControlAdditions which means that the user can only render new controls that are
appended on the control when needed. Examples of controls using this class is Panel, HybridPanelBase and MultiView
Namespace:
Gaia.WebWidgetsAssembly: Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)
Syntax
| C# |
|---|
public class AjaxContainerControl : AspectableAjaxControl |
| Visual Basic (Declaration) |
|---|
Public Class AjaxContainerControl _ Inherits AspectableAjaxControl |
Inheritance Hierarchy
System..::.Object
Gaia.WebWidgets..::.AjaxControl
Gaia.WebWidgets..::.AspectableAjaxControl
Gaia.WebWidgets..::.AjaxContainerControl
Gaia.WebWidgets..::.AjaxControl
Gaia.WebWidgets..::.AspectableAjaxControl
Gaia.WebWidgets..::.AjaxContainerControl
