Version

selectedItemIndex Property

Index of the currently selected item The index of the selected item if any. If there is no selection, -1 is returned.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_selectedItemIndex() : Integer
function set_selectedItemIndex(value : Integer)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDropDown.get_selectedItemIndex();
See Also