摘要: 1、get方式 发送页 调转到Form2 protected void button2_Click(object sender, EventArgs e) { Response.Redirect("WebForm2.aspx?name=5"); } 接受页 th... 阅读全文