Click or drag to resize
ControlsHelperIsInUpdatePanel Method
Returns true if the control is located inside of the update panel.

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

Parameters

control
Type: System.Web.UIControl
Control

Return Value

Type: Boolean
See Also