I have also tried adding this to the page_Load in the .cs file:
Response.Expires = -1;
Response.AddHeader("pragma", "no-cache");
Response.CacheControl="no-cache";
Response.AddHeader("cache-control", "no-store");
Still not working, it somtimes works when i add text to the file, but when i delete some text in the file it newer works.