Version

EnableReloadingUnselectedTab Property

Gets sets option to submit/update content of unselected tab when selection was changed.
Syntax
'Declaration
 
Public Property EnableReloadingUnselectedTab As Boolean
public bool EnableReloadingUnselectedTab {get; set;}
Remarks

Notes:

That property has effect for tab items which have ContentUrl or which have templates and EnableAjax is enabled and EnabledLoadOnDemand is disabled.

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