what is the use of Response.Expires = 0;
what is the meaning of the following code,
will u explain?
Response.Expires = 0;
Response.AddHeader("pragma", "no-cache");
Response.AddHeader("cache-content", "private");
Response.CacheControl = "no-cache";
Thanks & Regards
Honey