Asp.Net

[an] get 방식으로 페이지 내용 전송

동동(이재동) 2010. 3. 30. 11:41

머 


Response.Redirect("default2.aspx?temp=haha");


이렇게 get 방식으로 보내고


TextBox2.Text = Request["temp"];


이런식으로 받는다



http://thankee.tistory.com/25