I have page and I am displaying the same page for n number of times and binding Various Data.
There is a back button on the page, When I click on it it should just take the page where it should diplay the previous data in the controls.
I tried Server.Transfer, Response.Redirect(), But they are taking to the page I wanted but not to the immediate previous page.
Please help.
Thank you
Hari Gillala
May be this helps;