I just found that when I click browser back button on any ASP .NET MVC page nothing happens and page is not going be updated. And only if you click F5 it will be updated only.<
try this:
window.onbeforeunload = function() { location.reload(); };