代码如何:
ddl_dept.Items.Insert(0, new ListItem("---请选择---",""));
new ListItem的第一个参数表示要显示的Text值,可以为空,自己设置;第二个参数是value值。