Version

selectedIndex Property

Gets sets index of selected tab as integer.Index of tab item
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_selectedIndex() : Integer
function set_selectedIndex(value : Integer)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebTab.get_selectedIndex();
See Also