views:

8

answers:

0

Hi All,

In our web application,in Mozilla Firefox, whenever the user clicks on back button, it loads the previous page from cache (server side methods are not called). But in IE it calls the server side methods. Is it possible to force the page load from cache when the user clicks on Back or Forward button of the browser? Can someone please let me know how to implement it? Thanks in advance.