摘要:
第一种方法 通过URL链接地址传递 以下为引用的内容:send.aspx: protected void Button1_Click(object sender, EventArgs e) { Request.Redirect("Default2.aspx?username=honge"); }receive.aspx:string username = Request.QueryString["... 阅读全文
posted @ 2009-09-15 07:48
与时俱进
阅读(199)
评论(0)
推荐(1)