摘要:
当使用多个dropdownlist进行条件的判断时可以使用一下方法System.Text.StringBuilder sqlString=new System.Text.StringBuilder();sqlString="select * from tableName where 1=1"if (DropDownList1.SelectedItem.Text != "请选择")sqlString... 阅读全文
posted @ 2009-07-29 13:21
居后不争
阅读(475)
评论(0)
推荐(0)

浙公网安备 33010602011771号