User Profile

Collapse

Profile Sidebar

Collapse
GatorKnight904
GatorKnight904
Last Activity: Feb 15 '08, 01:19 AM
Joined: Feb 11 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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...
    See more | Go to post

    Leave a comment:


  • 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...
    See more | Go to post
No activity results to display
Show More
Working...