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

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static UpdatePanel GetUpdatePanel(
	Control control
)

Parameters

control
Type: System.Web.UIControl
Control

Return Value

Type: UpdatePanel
See Also