日期:2014-05-18  浏览次数:20531 次

存储过程查询问题
怎么写一个存储过程来查询想要的东西,在一个页面上有三个DropDownlist 
我想可以根据任意一个也能查出来想要的东西,任意两个也能,三个也能.

------解决方案--------------------
还有,你的
<asp:DropDownList ID="DropDownList1" runat="server">
<asp:ListItem Value="">请选择</asp:ListItem>
</asp:DropDownList>
应该将DropDownList 空选项的 Value值设为空字符串""