How do I set the index of a dropdown in jQuery if the way I\'m finding the control is as follows:
$(\"*[id$=\'\" + originalId + \"\']\")
I
This also work proper in chrome and internet Explorer
$("#MainContent_cmbEvalStatus").prop("selectedIndex", 1).change();
Put according your choice possition value of DropDown 0,1,2,3,4.....