Response.Buffer = true; Response.CacheControl = "no-store"; Response.AddHeader( "cache-control","no-store"); Response.Expires = -1; // all other server code or html goes here Response.End();