asp.net中的方法如下:DL为DropDownList的id删除DL.Items.Remove(new ListItem("下拉框显示文本", "选定后的值"));添加DL.Items.Add(new ListItem("下拉框显示文本", "选定后的值"));