Thanks for all your help!
I actually accomplished what i needed by sending a copy of the values to the ViewState on the 1st page load.
'* Sending FirstName and LastName values to
'* the view state for use after the page is posted back
Me.ViewState("F irstName") = Request.Form.It em(1)
Me.ViewState("L astName") = Request.Form.It em(2)
Then when the page posted back...
User Profile
Collapse
-
preserve data after Server.Transfer is used
Does anyone know how to preserve data after Server.Transfer is used? What is happening is:
I am using the Server.Transfer method to send a 3 values from page 1 to page 2 on a website. Then a button is clicked which is suppose to load a hyperlink with 2 of the 3 values from page 1 and 2 new values from page 2. These values will be sent to page 3 through a query string after clicking the newly enabled hyperlink.
The problem...
No activity results to display
Show More
Leave a comment: