6个回答
展开全部
可以用session
如 session["label"]="xxxxxx";
在另外的页面就直接用~
或者用传值的方式
this.ClientScript.RegisterStartupScript(typeof(int), "1", "<script language=javascript> showModalDialog(xxxxxxx.aspx?mode=new&afa_rnd=" + random.Next().ToString() + "',window,'dialogHeight:560px;dialogWidth=726px;edge: Raised; center: yes; help: no; resizable: no; status: no;self.location.href=self.location.href;');</script>");
在xxxxxxx.aspx页面用
Request["mode"].ToString();就可以取到值了
就可以取到mode=new这个值了
多个用&分开就好~
如 session["label"]="xxxxxx";
在另外的页面就直接用~
或者用传值的方式
this.ClientScript.RegisterStartupScript(typeof(int), "1", "<script language=javascript> showModalDialog(xxxxxxx.aspx?mode=new&afa_rnd=" + random.Next().ToString() + "',window,'dialogHeight:560px;dialogWidth=726px;edge: Raised; center: yes; help: no; resizable: no; status: no;self.location.href=self.location.href;');</script>");
在xxxxxxx.aspx页面用
Request["mode"].ToString();就可以取到值了
就可以取到mode=new这个值了
多个用&分开就好~
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
可以用session,也可以在地址栏里传参数,或者是写cookie
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
session
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询