Determines whether the control is in async postback.
Namespace:
C1.Web.iPhoneAssembly: 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.