one solution can be, in your JavaScript function you can postback the page,
set the onChange() event on your DropDownList only...then in your JavaScript, manually force the postback using something like the
__doPostBack('<%= YourDropdownList.ClientID %>', '');
Hope It will help you.
Good luck.