| CMSUpdatePanel Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Base.Web.UI
 Syntax
Syntaxpublic class CMSUpdatePanel : UpdatePanel, IAttributeAccessor
The CMSUpdatePanel type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CMSUpdatePanel | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CatchErrors | 
            If true, the control handles errors caused by the control manipulation.
             | 
|  | ProgressHTML | 
            HTML code of the progress information.
             | 
|  | ShowProgress | 
            If true, the progress information is shown.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CreateChildControls | 
            Creates the child controls in the control
            (Overrides ControlCreateChildControls.) | 
|  | LoadContainer | 
            Loads the content container explicitly.
             | 
|  | OnInit | 
            Init event.
            (Overrides UpdatePanelOnInit(EventArgs).) | 
|  | OnPreRender | 
            OnPreRender.
            (Overrides UpdatePanelOnPreRender(EventArgs).) | 
|  | OnUnload | 
            OnUnload.
            (Overrides UpdatePanelOnUnload(EventArgs).) | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | CallHandled | 
            Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page. 
            Returns true, if the call succeeded, otherwise returns false.
            (Defined by ControlsExtensions.) | 
|  | GetString | 
            Gets the string by the specified resource key
            (Defined by ControlsExtensions.) | 
 See Also
See Also