DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/)
-   ASP.NET (http://www.daniweb.com/forums/forum18.html)
-   -   asp.net (http://www.daniweb.com/forums/thread117186.html)

rdaptl Apr 3rd, 2008 5:48 am
asp.net
 
How can i transfer a text box value to another .aspx pages

majestic0110 Apr 3rd, 2008 7:07 am
Re: asp.net
 
I think you can use the session state variable, this link might help you a lot:

http://msdn2.microsoft.com/en-us/library/87069683.aspx

Hosam Kamel Apr 4th, 2008 8:07 pm
Re: asp.net
 
you have many options to do so depend on what suites you

Session :
Session["Values"] = TextBox1.Text;

QueryString :
Response.Redirect("page.aspx?text=" + TextBox1.Text);

CrossPage Postback :
Page.PreviousePage....

Cookies.


All times are GMT -4. The time now is 7:29 pm.

Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC