1.ListItem wxlx_item = wxlx.Items.FindByValue(sdr.GetValue(10).ToString().Trim());if (wxlx_item != null){wxlx_item.Selected = true;}2.DropDownList1.SelectedIndex = this.DropDownList1.Items.Count - 1;