Author: Zamsheer | Posted on: 12/21/2009 2:01:39 AM | Views : 1263

Hi All,
           I have a page in which I create the controls dynamically and load the values run time. I need to prevent the page from caching. I am using IE 7. Could you please advise on best option to prevent this? The page has to be reloaded from the web server all the time. I found below options when I searched
<META Http-Equiv="Cache-Control" Content="no-cache"> <META Http-Equiv="Pragma" Content="no-cache"> <META Http-Equiv="Expires" Content="0">
 
Regards,
Zamsheer
...

Go to the complete details ...