K
Keith Chadwick
How do I prevent caching on a page. I tried <%@ OutputCache Duration="1"
VaryByParam="None" %> but that does not appear to be working.
The content of the page is generated by the loading of 2 xsl files which are
then transformed and applied top to the text properties of 2 asp:label
controls. When I change the xsl file and refresh the page it does not seem
to getting the latest version of the xsl file.
Cheers
Keith
VaryByParam="None" %> but that does not appear to be working.
The content of the page is generated by the loading of 2 xsl files which are
then transformed and applied top to the text properties of 2 asp:label
controls. When I change the xsl file and refresh the page it does not seem
to getting the latest version of the xsl file.
Cheers
Keith