![]() |
| ||
| asp.net How can i transfer a text box value to another .aspx pages |
| ||
| 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 |
| ||
| 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