|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I am trying to figure out how can I make information from one page available to another page. I thought that this would work, (the page is one of my pages):
Server.Transfer("//localhost/MISReqFrm/Submit.aspx", True) but it does seem to work it creates errors when I try to build. HELP please. |
|
#2
|
|||
|
|||
|
I sort of answered my on question. Instead of using the server.Transfer, I just added a standard module to my project and made the variables that I wanted to pass along, global by saying Public Variable as Datatype. That works!
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > .NET Development > Passing Variables from Web Form to Web Form in VB.NET |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|