能详细解释一下这是什么意思吗?

privatevoidBindData(){DataPagedp=newDataPage();//设置查询条件stringwhere="1=1";if(Request.Q... private void BindData()
{
DataPage dp = new DataPage();

//设置查询条件
string where = " 1=1 ";

if (Request.QueryString["tid"] != null)
{
if (Request.QueryString["tid"] != "0")
{
where += " and tid=" + Request.QueryString["tid"];
}
}
if (Request.QueryString["p1"]!=null)
{
if(Request.QueryString["p1"]!="")
{
where += " and price>=" + Request.QueryString["p1"];
}
}
if (Request.QueryString["p2"] != null)
{
if (Request.QueryString["p2"] != "")
{
where += " and price<=" + Request.QueryString["p2"];
}
}
if (Request.QueryString["k"]!=null)
{
where += " and pname like '%" +Request.QueryString["k"]+"%' ";
}

int recordcount;
int pagesize = this.AspNetPager1.PageSize;
int pageindex = this.AspNetPager1.CurrentPageIndex;
展开
 我来答
破空紫电
2015-06-05
知道答主
回答量:12
采纳率:0%
帮助的人:7.4万
展开全部
组装查询的sql之类的查询语句,首先判断传过来的是否存在
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式