M
Michelle A.
What is the difference between the two?
I have a page "one" with a button using Response.Redirect("pagetwo.asxp") to
go to the next page.
On page two I have a button using Response.Redirect("pageone.aspx") to go
back to page one.
When I view page one, select some information, then go to page two, and then
select the back button (using the response.redirect) none of my selections
remain. If I just use the back button of the web browser everything works
fine.
Anything I am doing wrong?
Thanks.
I have a page "one" with a button using Response.Redirect("pagetwo.asxp") to
go to the next page.
On page two I have a button using Response.Redirect("pageone.aspx") to go
back to page one.
When I view page one, select some information, then go to page two, and then
select the back button (using the response.redirect) none of my selections
remain. If I just use the back button of the web browser everything works
fine.
Anything I am doing wrong?
Thanks.