example
page 1
string msg = “Thanks for nothing.”; Response.Redirect(“Default4.aspx?msg=” + msg);
Page 2
Label1.Text = Request.QueryString[“msg”];