I have a common error page to which any error processed will be redirected. I have an admin page, when the user causes an error and the user gets to the error page, clicking the "Back" button on the error page causes the admin page to load incorrectly.
So what I need is a way to reload the admin page when I came from the error page. I tried installing the cache, etc. On the admin page and check the postback, but nothing works. Setting up the cache does not seem to do anything, and any javascript on the admin.ready page of the function does not call. Are there other ways to achieve this?
EDIT:
I should also mention that I noticed that the table is missing 2 cells that I recently added. This makes me believe that there is an old state of the page where it is cached somewhere, although clearing the browser cache and rebooting my server does not help at all.
Edit2:
Also, setting window.onload () gets nuked when I return to the admin page
Keerigan
source share