﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebDesktop - WebTab Caching issue with F5 Refresh</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebTab-Caching-issue-with-F5-Refresh/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebTab Caching issue with F5 Refresh</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebTab-Caching-issue-with-F5-Refresh/</link><pubDate>Sun, 23 May 2010 23:20:00 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Based on my analysis and research, your assement of the issue is correct. The cause of the issue is IE8 browser cache. Here are some article that I found on how to disable browser cache in ASPX page, &lt;a target="_blank" href="http://www.freevbcode.com/showcode.asp?id=5431"&gt;Disable Browser Caching&lt;/a&gt; and &lt;a target="_blank" href="http://www.freevbcode.com/ShowCode.Asp?ID=243"&gt;Prevent Web Pages from Being Saved in Cache&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;If you are using C#, the snippet from the article Prevent WebPages from Being Saved in Cache is:&lt;/p&gt;&lt;pre&gt;&amp;lt;%&lt;br /&gt;//FROM MIND Magazine,&lt;br /&gt;//September 1999 issue&lt;br /&gt;//GeekToGeek column by&lt;br /&gt;//Robert Hess&lt;br /&gt;&lt;br /&gt;//Below must be place before HTML tag&lt;br /&gt;//and everything else on page&lt;br /&gt;&lt;br /&gt;Response.Expires = -1;&lt;br /&gt;Response.AddHeader("Pragma", "no-cache");&lt;br /&gt;Response.AddHeader("cache-control", "no-store");&lt;br /&gt;&lt;br /&gt;%&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;  &lt;/p&gt;</description></item><item><title>WebTab Caching issue with F5 Refresh</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebTab-Caching-issue-with-F5-Refresh/</link><pubDate>Fri, 21 May 2010 12:29:46 GMT</pubDate><dc:creator>Motser</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have an issue with the WebTab and caching. I use the WebDesktop which has a shortcut that launches a page with a WebTab on it. The webTab is using Iframe and points to an aspx page. On the aspx page I have a webgrid that contains multiple records. From here I can edit a record through a WebDialogBox page. &lt;/p&gt;
&lt;p&gt;When I update a record,  the update gets shown in the WebGrid. This is correct. But If I refresh the browser (F5), before closing the page with the WebTab on it, this causes a caching issue. When I open the WebTab page again from the shortcut and click on a tab pointing to the aspx page with WebGrid on it, the Page_Load event does not get called. It is as if it holds onto a cached version of this page. &lt;/p&gt;
&lt;p&gt;This in turn causes the Webgrids records to show the old values and this only updates when I press refresh on the webgrid. I am using IE8. I tried this in chrome but couldnt replicate the issue.In IE 8 I also hosted the WebGrid page in its own window launched from its own shortcut so not to use the webtab and I could not replicate the issue.  &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Dermot&lt;/p&gt;</description></item></channel></rss>