CMSUpdatePanel Class |
Namespace: CMS.Base.Web.UI
public class CMSUpdatePanel : UpdatePanel, IAttributeAccessor
The CMSUpdatePanel type exposes the following members.
Name | Description | |
---|---|---|
CMSUpdatePanel |
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.
|
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).) |
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.) |