Click here to Skip to main content
15,884,010 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

How to clear cache of browser when i click anchor tag control click in asp.net?

Please help me.

Thanks in Advance.

Ankit Agarwal
Software Engineer
Posted
Updated 30-Sep-15 2:29am
v3
Comments
Krunal Rohit 30-Sep-15 8:42am    
<meta http-equiv='pragma' content='no-cache'>
doesn't work ?

-KR
Agarwal1984 30-Sep-15 8:44am    
where will i write in our code?
Krunal Rohit 30-Sep-15 8:50am    
in the head section.

-KR
Agarwal1984 30-Sep-15 8:45am    
i have a back button problem, when i click on back so, old message will be displayed.
Krunal Rohit 30-Sep-15 8:51am    
For back button, you can read this:
http://www.webdesignerdepot.com/2013/03/how-to-manage-the-back-button-with-javascript/

-KR

1 solution

There's no way a browser will let you clear its cache. It would be a huge security issue if that were possible. Please Refer the similar query:
how to delete css javascript file from browser cache from codebehind.[^]

-KR
 
Share this answer
 

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