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
I have a WebPaneManager with WebExplorerBar; in WebPaneManager has a pane with "ContenMode=UseIFrame".
I have one pane need to be refreshed in every load page event but the content of the controls does not refresh.
I use a log to file to check this; the event happens but control not refresh.
Is possible solve that?
Thanks.
Hi,
Could you describe more spesific about your requirement? Do you want the Iframe pane to be reload everytime you click the WebExplorerBar? Also could you define how do you set the content in every page load?
Best Regards,
Gordon Tumewu
Yes I want the Iframe pane to be reload every time I click the WebExplorerBar.
In load event of form (server side) I need something like this:
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Label1.Text = Date.Now.ToString
End Sub
This only show the correct time in 1rts call.
I need this update every time.
You need to set the page cache. Here is the code snipprt, you can put it in page_load, I am using c# as the code:
Response.Cache.SetCacheability(HttpCacheability.NoCache); TextBox1.Text = DateTime.Now.ToString();
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