I have 2 pages in an asp.net website:
- Page 1 contains objects.
- Page 2 contains information about one of the objects.
There is something that I do not understand, and I hope some of you can explain it.
I click an object on page 1 and it is shown on page 2, but when I hit the back button in the browser, onpreinit, oninit and evertything else is not called on page 1. Does anybody know why?
Hitting ‘back’ doesn’t resubmit GET requests to the server, its just returning your cached copy.