iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi
I use WebDesktopManager with IFrame Window (see attached file).
Hi Michael,
That could happens because ASP.NET still cache the page which loaded from iFrame. To have a fresh data after first load then you need to disable response page in your page that contains WebGrid. You can put these codes on Page_Load event of yourwebgrid.aspx:
Response.Cache.SetCacheability(HttpCacheability.NoCache); Response.Cache.SetValidUntilExpires(false);
Hope this helps.
You can try to refresh WebGrid on client side using OnPaneItemClick event provided in WebExplorerPane. So everytime user click on it you can find the WebGrid object and refresh it manually.
But I'm affraid this can cause some problems because you are using IFrame content mode which is it will make you difficult to find WebGrid Object, and also I think it will cause a problem if IFrame still loading the content while you trying to find WebGrid object. So I propose you to use SetCacheability as mentioned before.
Hi Dicky
Thanks, it works.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname