Message
General information
Fórum:
ASP.NET
Category:
Miscellaneous
ID da thread:
00520193
ID da mensagem:
00522013
Views:
16
>How about:
>Response.CacheControl = "no-cache"
>>I tried it and that doesn't work. Thanks anyway.

You might also try
< %
Response.Expires = -1
Response.AddHeader "Pragma", "no-cache"
Response.AddHeader "Cache-control", "no-store"
% >
Previous
Next
Responder
Mapa
View