Click or drag to resize
ControlsHelperGetUpdatePanel Method
Gets the update panel for given control.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static UpdatePanel GetUpdatePanel(
	Control control
)

Parameters

control
Type: System.Web.UIControl
Control

Return Value

Type: UpdatePanel
See Also