From: Alan T on
When page 1 goes to page 2, can page 2 get the values of controls on page 1?
If I can, then I don't need to pass the parameters using
Response.Redirect("Page2.aspx?name=John&age=35");