WebFlyPostBackManager Properties
| ClassName | Description Gets the class name of WebFlyPostBackManager's type name. ValueType String Default Value WebFlyPostBackManager |
| Asynchronous | Description Gets or sets the value to indicate whether OnTheFlyPostBack is done asynchronously. ValueType Boolean Default Value |
| AutoLoadMetaData | Description Gets or sets the value to indicate whether or not the metadata is automatically loaded on page load. ValueType Boolean Default Value |
| AutoEventWireup | Description Gets or sets the value to indicate whether or not functions are directly wired up to related server side events. ValueType Boolean Default Value |
| ClientSideEvents | Description Gets the ClientSideEvents object. ValueType Object Default Value |
| Metadata | Description Gets the MetaData object in XML form. ValueType Object Default Value |
| TimeoutInterval | Description Gets or sets the value to indicate a timeout interval for a specified request (in seconds). ValueType Int Default Value |
WebFlyPostBackManager Methods
| Invoke | Description Invokes the specified method. Parameters
|
| GetStatus | Description Returns the request status of the invoked method. Parameters
|
| Abort | Description Aborts the method that is requested. Parameters
|
| IsMethodExist | Description Determines whether or not a method exists in metadata. Parameters Remarks
|
| InvokeCustomAction | Description Parameters
|
| IsBusy | Description Determines whether or not the method status is Invoking or Response. Parameters
|