AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

ScriptManagerHelper..::..IsInAsyncPostBack Method

Determines whether the current postback is being executed in partial-rendering mode.

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

Syntax


public static bool IsInAsyncPostBack(
	Page page
)

Parameters

page
Type: Page
The page object.

Return Value

true if the current postback is being executed in partial-rendering mode; otherwise, false.