I Need a quick tip i'm new to ASP
-
ok i'm trying to take the value of a textbox on one page and place it as the text value of a form on another page. I know the code in VB .NET would be something like this: Dim newform as new form with newform .label.text = textbox.text .showdialog() end with If anyone could help me with this little problem i would greatly appreciate it. Thanks in advance
-
ok i'm trying to take the value of a textbox on one page and place it as the text value of a form on another page. I know the code in VB .NET would be something like this: Dim newform as new form with newform .label.text = textbox.text .showdialog() end with If anyone could help me with this little problem i would greatly appreciate it. Thanks in advance
If you need to retrieve it from a modal check here : http://blogs.wdevs.com/sebastien.lachance/archive/2005/04/27/3153.aspx My Blog