M
Miro
I have something that seems to be related to just IE
In firefox this works fine...and this worked fine in IE ( localmode )...but
now that it has been pushed to a hosting site it does not.
I have an aspx form with a gridview control.
You hit a button, a record gets added to a database, a session variable
holds your OrderID number...
response.redirects you to a different page...
that page does some checking...and in 9 times out of 10 it
response.redirects you back to the original page.
( this happens because i was trying to fix caching and it didnt... ) ...but
What happens, on return the gridview does not refresh due to the OrderID.
Its like IE is holding a cache of the old page.
sadly, Firefox works with an asp.net page 10x better.
in ie, no gridview shows as it looks like nothing was added to the cart - no
matter how many times i click the refresh button.
Does anyone know what I could be looking at to get IE not to cache like
this?
Thanks,
Miro
In firefox this works fine...and this worked fine in IE ( localmode )...but
now that it has been pushed to a hosting site it does not.
I have an aspx form with a gridview control.
You hit a button, a record gets added to a database, a session variable
holds your OrderID number...
response.redirects you to a different page...
that page does some checking...and in 9 times out of 10 it
response.redirects you back to the original page.
( this happens because i was trying to fix caching and it didnt... ) ...but
What happens, on return the gridview does not refresh due to the OrderID.
Its like IE is holding a cache of the old page.
sadly, Firefox works with an asp.net page 10x better.
in ie, no gridview shows as it looks like nothing was added to the cart - no
matter how many times i click the refresh button.
Does anyone know what I could be looking at to get IE not to cache like
this?
Thanks,
Miro