Wednesday, March 21, 2012

Component art tabstrip, change selected tab

I have an aspx page say Page1 that has 4 or 5 tabs in it. Each page is individually going to its own aspx page. So if I have 4 tabs, I have 4 more aspx page residing in the iframe tab of Page 1.
Now when I want to shift between tabs or aspx pages. Say on tab2, aspx page, I click a button and want to be able to go to tab3 and its aspx page.

I am able to show the contents of 3rd aspx page, but the tab strip till shows tab2.

How can I show that the selected tab is the third one.
I cant do TabStrip1.SelectedTab =

As TabStrip1 is in Page1. And I am browsing between the contents of tab2 and tabs 3 that are sitting in iframe tag of Page1

Please help me here
Thanks
-Sarah

I have same problem scenario to solve :(
I have same problem scenario to solve :(
I have same problem scenario to solve :(

No comments:

Post a Comment