Re: Can't save to file

  •  03-02-2004, 10:06 PM

    Re: Can't save to file

    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.

View Complete Thread