dropdownlist 连接数据库bind()后 想再给其加列值怎么加?还可以加上吗?
------解决方案--------------------------------------------------------
Dropdownlist.items.add( "XX ");
------解决方案--------------------------------------------------------
DropDownList1.Items.Insert(0, new ListItem( "所有 ", "0 "));