Bring text from page to page
-
I have 2 pages in my Web Project of Visual Studio 2005 The first page has a TextBox1 and the second page has a TextBox2 How can I bring the Text of TextBox1of Page1 into the TexBox2 of Page2
-
I have 2 pages in my Web Project of Visual Studio 2005 The first page has a TextBox1 and the second page has a TextBox2 How can I bring the Text of TextBox1of Page1 into the TexBox2 of Page2
-
I have 2 pages in my Web Project of Visual Studio 2005 The first page has a TextBox1 and the second page has a TextBox2 How can I bring the Text of TextBox1of Page1 into the TexBox2 of Page2
There are many ways to do this. The quit and dirty would be to pass the values via sessions or thru the url string. ex. myfirstpage.aspx?mybox1=value Hear,See,Learn,Understand,Practice Many can be good,but only ONE can be the best keep practicing