WebFlyPostBackManager is used to request an execution of Method at server side. Most of the time you want the execution of this method returns a value. The type of this value can vary from very simple one as string to more complex type as CustomObject.
Here are the list of simple data types supported by WebFlyPostBackManager :
- string
- int
- decimal
- long
- float
- bool
- DateTime
- array[]
**byte isn't supported at this version yet.
For complex data type WebFlyPostBackManager only supports those object that can be serialized ([Serializable()])
Related Topics
{Overview}
{Features}