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 have a webtab with four tab pages using Iframe and displaying four different pages each one containing a webgrid. In the page displayed in tab 0 I make a selection and clicking on the tab pages from one to four I display a selection of data depending on data selected on tab 0. WebTab the first time displays all the pages correctly but the second time selecting a new row in tab 0 and passing to the others tabs doesn’t reload the pages, but it leaves the pages displayed the firs time. If I enable webtab post back it is a completely mess because it first flashes the old page and afterward the right one.
What I need to do is: Leave the page displayed in tab 0 as it is, reload each page from 1 to 4 every time a tab gets its focus.
Would you be so kind to send me a sample for this scenario?
Thank you, my best regards.
Luciano
You will need to use SetContentURL("the name of page or sites") to load a new content. Here is my attached sample. Although it is a little bit different than yours scenario, it will show you how to do it.
On my sample, I used two buttons to change the url of the second tabs. You also can used validate it onBeforeTabChanged client side event if you want to.
Hope this helps.
That is so good but how we close the webdialogue
Hi,
Please create a new thread regarding new issue for next time. To close WebDialogBox, you can use CloseDialogBox() method.
Here is the snippet code:
var dlg = ISGetObject("WebDialogBox1"); dlg.CloseDialog();
Regards,Handy
ok I will do
but I close it but with no result
I need to assign resuklt before closing
Please try to validate it at OnClosed ClientSide event. Hope this helps.
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