Version

openDropDown Method

Causes the dropdown container to open. Client-side Events (DropDownOpening/Opened) will be fired.
Syntax
ASP.NET Ajax Javascript (Specification) 
function openDropDown() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDropDown.openDropDown();
See Also