history deletion in vb.net
ASP.NET
4
Posts
2
Posters
0
Views
1
Watching
-
Hi Friend ,This code may helpful to u Response.Buffer = True Response.ExpiresAbsolute = DateTime.Now.AddDays(-1D) Response.Expires = -1500 Response.CacheControl = "no-cache"
-
Hi Friend ,This code may helpful to u Response.Buffer = True Response.ExpiresAbsolute = DateTime.Now.AddDays(-1D) Response.Expires = -1500 Response.CacheControl = "no-cache"
-
Sir, Thanks for ur kind attention. One more question. what is the meaning of (-1D) in Response.ExpiresAbsolute = DateTime.Now.AddDays(-1D) Thanks
Hello,open this link to understand the code i send to u http://www.codeproject.com/useritems/NoCaching.asp