System.Web.UI.Page 怎么用,在asp.net中的a标签传递参数的时候获取不到参数啊
导航栏代码<li><ahref="dhdisplay.aspx?Type=<%#Eval("CategoryType%")%>"target="_blank">新闻跟踪<...
导航栏代码<li> <a href="dhdisplay.aspx?Type=<%#Eval("CategoryType%")%>" target="_blank">新闻跟踪</a></li>
内容页代码:
new1 db = new new1();
protected void Page_Load(object sender, EventArgs e)
{
//string n_id = Request["ID"].ToString();
string type = Request["Type"];
string sqlstr = "select * from News where CategoryType=" + type;
DataSet ds = db.re(sqlstr);
DataList1.DataSource = ds;
DataList1.DataBind();
}
在页面上获取不到type的参数,我在网上找到了说缺少System.Web.UI.Page这个类但是我不会用这个类啊 展开
内容页代码:
new1 db = new new1();
protected void Page_Load(object sender, EventArgs e)
{
//string n_id = Request["ID"].ToString();
string type = Request["Type"];
string sqlstr = "select * from News where CategoryType=" + type;
DataSet ds = db.re(sqlstr);
DataList1.DataSource = ds;
DataList1.DataBind();
}
在页面上获取不到type的参数,我在网上找到了说缺少System.Web.UI.Page这个类但是我不会用这个类啊 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询