最后10了
我的页面里有
1 DropDownList捆绑了数据
2 下面是GridView也捆绑了数据,其中where bdepart=@bdepart是条件.
并且@bdepart是指向DropDownList控件选定的值.
但我在DropDownList最上面中加入 "所有部门 "
DropDownList1.Items.Insert(0, new ListItem( "所有部门 ", "0 "));
请问我上面的给 "所有部门 "赋什么值才可以真的让GridView显示所有部门的数据?
------解决方案--------------------where bdepart=@bdepart or @bdepart = 0