Hi,
I'm using a webTab and I would like to change the tab from current TargetUrl.
meaning, I have 2 tabs, each one of them has a different TargetUrl and I wanna have button in each page to nevigate between the tabs.
I found possible implementation to do it in JavaScript, but I wanna do it from C# code and also I wanna send few parameters to the new tab's page.
Is it possible?
Thanks
Maya
When using TargetUrl you are essentially working with iframe elements. With that in mind, I do not think this is possible to do this using solely server side code. For this feature I would use JavaScript to achieve this functionality.