머
Response.Redirect("default2.aspx?temp=haha");
이렇게 get 방식으로 보내고
TextBox2.Text = Request["temp"];
이런식으로 받는다
http://thankee.tistory.com/25