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); |