Version

AsyncOption Property

Custom behavior when AsyncMode of UltraWebTab is enabled.
Syntax
'Declaration
 
Public Property AsyncOption As AsyncTabOption
public AsyncTabOption AsyncOption {get; set;}
Remarks

Note: In case of LoadOnDemand the states of fields (like TextBox) located on unselected tabs can not persist between postbacks, therefore, if application needs up-to-date values of those fields, then that option can not be used.

Warning: LoadOnDemand may trigger full post backs and lead to errors, exceptions and other side effects. Therefore, application should test all possible scenarious. If error happens, then this property should be disabled.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also