AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

ScriptManagerHelper..::..IsControlInPartialRendering Method

Note: This API is now obsolete.
Determines whether the specified control is inside an UpdatePanel that is currently in partial rendering mode.

Namespace:  AdvantageCMS.Core.Utils
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


[ObsoleteAttribute]
public static bool IsControlInPartialRendering(
	Control control
)

Parameters

control
Type: Control
The control to check.

Return Value

true if the control is inside an UpdatePanel in partial rendering mode; otherwise, false.