Determines whether the control is in async postback.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public static bool IsInAsyncPostback(
	Control control
)
Visual Basic
Public Shared Function IsInAsyncPostback ( _
	control As Control _
) As Boolean

Parameters

control
Type: System.Web.UI..::..Control
The control.

Return Value

true if the control is in an async postback; otherwise, false.

See Also