Version

EnableReloadingOnTabClick Property

Gets sets option to submit/update/reload content of already selected tab when it was clicked by mouse.
Syntax
'Declaration
 
Public Property EnableReloadingOnTabClick As Boolean
public bool EnableReloadingOnTabClick {get; set;}
Remarks

Possible cases:

  1. If tab item points to a local ContentUrl, then that local aspx is submitted.
  2. If ContentUrl points to an external website, then that site is reloaded.
  3. If Ajax is enabled, then asynchronous postback is used, otherwise, a full postback is triggered.

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