你可以在页面上增加一个 文本框 ,一个编辑按钮。
当用户选择上 DropDownList 里面的某项时。文本框显示选中内容。
(选中DropDownList里面的内容后,你可以得到 DropDownList 的 value和 Text)这样你就可以使用 DropDownList.Items.Insert("value","Text") 、DropDownList.Items.Remove()、DropDownList.Items.Add()等方法来编辑了。