不是2.0版,急哎,我用的 vb.net,之后绑定也可以,只要把搬运添加的那项放在最上面就可以了。
------解决方案--------------------------------------------------------
System.Web.UI.WebControls.DropDownList ddl1;
ddl1.Items.Insert(0,new ListItem( "—搬运添加— ", "0 "));
------解决方案--------------------------------------------------------
this.droplist.DataBind();
this.droplist.Items.Insert(0,new ListItem( "添加 "));