Click here to Skip to main content
15,913,487 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What does this line mean ?

Kindly explain me

<%@ OutputCache Location="None" VaryByParam="none" %>
Posted

1 solution

To turn off client and proxy caching.
http://support.microsoft.com/kb/811431[^]

Good luck!
 
Share this answer
 
Comments
anurag19289 28-Oct-13 7:04am    
Hi Nijboer- I faced a situation like....when i was opening a child window from a parent window...and doing somechanges in child window.....and then closing the child window.....and when again open child window.....i was unable to find the changes done on child window...

I tried this..<%@ OutputCache Location="None" VaryByParam="none" %> . Then it worked..

So what i understood from the link you gave is that ..
if location=None - This turns off the output cache. So it will not pick from the memory/client browser....when i make later requests...

Is my understanding correct ?
E.F. Nijboer 28-Oct-13 8:27am    
Yes, that should be correct.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900