Click or drag to resize
CMSUpdatePanel Class
CMS Update panel - override of update panel which can handle events in layout.
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UIUpdatePanel
      CMS.Base.Web.UICMSUpdatePanel

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax
C#
public class CMSUpdatePanel : UpdatePanel, 
	IAttributeAccessor

The CMSUpdatePanel type exposes the following members.

Constructors
  NameDescription
Public methodCMSUpdatePanel
Top
Properties
  NameDescription
Public propertyCatchErrors
If true, the control handles errors caused by the control manipulation.
Public propertyProgressHTML
HTML code of the progress information.
Public propertyShowProgress
If true, the progress information is shown.
Top
Methods
  NameDescription
Protected methodCreateChildControls
Creates the child controls in the control
(Overrides ControlCreateChildControls.)
Public methodLoadContainer
Loads the content container explicitly.
Protected methodOnInit
Init event.
(Overrides UpdatePanelOnInit(EventArgs).)
Protected methodOnPreRender
OnPreRender.
(Overrides UpdatePanelOnPreRender(EventArgs).)
Protected methodOnUnload
OnUnload.
(Overrides UpdatePanelOnUnload(EventArgs).)
Top
Extension Methods
  NameDescription
Public Extension MethodCallHandled
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.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by ControlsExtensions.)
Top
See Also