Version

EnableAjax Property (TabPostBackOptions)

Gets sets option to enable asynchronous postback of WebTab.
Syntax
'Declaration
 
Public Property EnableAjax As Boolean
public bool EnableAjax {get; set;}
Remarks

Notes:

Asynchronous functionality is achived by wrapping content of tabs into UpdatePanels.

It is not recommended to modify that property within a posback, because it will trigger recreation of templates in all tab items, which may slow down performance.

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