Back behavior in Google Chrome after Post/Redirect/Get

833 Views Asked by At

I have a form in c#/.net that uses PRG after someone changes the quantity of items they want to purchase. I noticed that in Firefox and IE, you can change the quantity as many times as you want and then press back and it will take you back to the previous screen. However, in Google Chrome, if you press back (after adjusting the quantity multiple times) it will stay on the page and just re-adjust to previous quantities (eventually it will go back to the previous screen). I'm hoping there's a way to make it not re-adjust the quantities and go back to the previous page right away like IE and Firefox do. Anyone know if this is possible?

I'm not very good at explaining my problems so I hope this makes sense, thanks!

EDIT: I have tried turning off the cache and it still does not work

0

There are 0 best solutions below