Is there a way to force the drop down to open from the server side or from javascript ?
Hi,
On the client there are methods both to open and close the dropdown.
var dropDown = $find("WebDropDown1");
dropDown.openDropDown();
dropDown.closeDropDown();
These functions will also fire the associated events on the client.
regards,
David Young