jquery 设置asp:dropdownlist 选中项
$("#ddlPro").find('option').each(function () {
this.selected = (this.text == dlprom);
});
$("#ddlPro").find('option').each(function () {
this.selected = (this.text == dlprom);
});