DropDownList1.Item.Inset(0,"李四");//这是插入第一个值为李四;DropDownList.Items.FindByValue("李四").selected = true;//这是调用findbyvalue方法指定初始值;