摘要: &Source=http%3A%2F%2Fwindow.location.host;%%2FLists%2FList2%2FAllItems%2Easpx">编辑说明=后台编译获取参数window.location.host;直接获取计算机名 阅读全文
posted @ 2014-03-14 18:42 914556495 阅读(158) 评论(0) 推荐(0)
摘要: protected void Button1_Click(object sender, EventArgs e) { string a = Page.Request["ID"]; Response.Redirect("dy.ascx?name=a"); }接收protected void Page_Load(object sender, EventArgs e) { Label1.Text = Request.QueryString["name"]; }或者 protected void Button1_Click(object se 阅读全文
posted @ 2014-03-14 14:01 914556495 阅读(306) 评论(0) 推荐(0)