I have the following jquery function:
$.post(\'GetSalesRepfromCustomer\', { data: selectedObj.value }, function (result) { alert(result[0]); $(\'sele
$(document).ready(function() { $('#YourID option[value="3"]').attr("selected", "selected"); $('#YourID option:selected').attr("selected",null); });
A B C D