I have the following jquery function:
$.post(\'GetSalesRepfromCustomer\', {
data: selectedObj.value
}, function (result) {
alert(result[0]);
$(\'sele
Set the value it will set it as selected option for dropdown:
$("#salesrep").val("Bruce Jones");
Here is working Demo
If it still not working: