摘要: 第一种方法DropDownList1.Items.Insert(0,"请选择XXX");第二种方法在第一个位置插入一个项就可以DropDownList1.Items.Insert(0, new ListItem("---请选择---", "0")); 阅读全文
posted @ 2014-03-20 10:31 以沫浅夏 阅读(493) 评论(0) 推荐(0)