A web browser with a back button neesd to be inserted. I've added the back button, but now when a redirect the button, i want all the values that was inserted in the form to retrive. At the moment it redirecty to the last browser, but none of the values which were inserted on the form satys. The values on the form are inserted on the database, therefore values from the database must be retrived.
This is the code:
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Response.Redirect("signup_1.aspx?sid=" & Signup.BoilerCoverSignupID)
End Sub
what other coding do i need to add.
Thanks
This is the code:
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Response.Redirect("signup_1.aspx?sid=" & Signup.BoilerCoverSignupID)
End Sub
what other coding do i need to add.
Thanks