$('#@(Perfix)OrgType').children("option").each(function () { var temp_value = $(this).val();
if (temp_value == "1") { $(this).attr("selected", "selected"); } });