Version

selectItemByIndex Method

same as selectItem(), but uses the passed item index instead: usage: selectItemByIndex(2)
Syntax
ASP.NET Ajax Javascript (Specification) 
function selectItemByIndex( 
   itemIndex : Integer,
   activate : Boolean,
   updateCurrentValue : Boolean
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDropDown.selectItemByIndex(Integer,Boolean,Boolean);

Parameters

itemIndex
index of the item to select
activate
if the item should be activated or not
updateCurrentValue
if the current input value should be updated or not
See Also