Version

EnableValidation Property

Gets sets option to validate asp Validators located in selected tab when selected tab is changed or reloading content of tab is requested.
Syntax
'Declaration
 
Public Property EnableValidation As Boolean
public bool EnableValidation {get; set;}
Remarks

If validation fails, then change selection or reload action is canceled. Validation is supported for child controls located in ContentPane of selected tab item and for ContentUrl which points to a local aspx.

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