Click or drag to resize
CMSUpdatePanel Class
CMS Update panel - override of update panel which can handle events in layout.
Inheritance Hierarchy

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public class CMSUpdatePanel : UpdatePanel, 
	IAttributeAccessor

The CMSUpdatePanel type exposes the following members.

Constructors
  NameDescription
Public methodCMSUpdatePanel
Constructor.
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
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