Monday, 12 January 2015

Remove Asp.net Page from browser cache



HttpResponse.RemoveOutputCacheItem(Page.ResolveUrl("~/page.aspx"));

Page.Response.Redirect("~/page.aspx");

No comments:

Post a Comment