Try:
<%
Response.AddHeader "Pragma", "no-cache"
Response.AddHeader "cache-control", "no-store"
%>
before any html code. I use this to clear a form so after it gets submitted, the user cannot go back and submit it over and over again.