バージョン

selectItemByIndex メソッド

selectItem() と同じですが、代わりに渡された項目インデックスを使用します。使用方法: selectItemByIndex(2)
シンタックス
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);

パラメータ

itemIndex
選択する項目のインデックス
activate
項目をアクティブにするかどうか
updateCurrentValue
現在の入力値を更新するかどうか
参照