|
Rank: Newbie Groups: Member
Joined: 7/25/2007 Posts: 3
|
when i try to use the tabstrip and link it to a multipage control using the designer, the tabstrip stops functioning. Any help would be appreciated. The tabstrip does not respond at all if linked (i.e. you cannot select tabs)
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Ken,
Can you try our demo application? In our demo application we use the TabStrip the same way and it works fine. You may want to use that as a start point to find out the difference and locate what triggers the problem. Once we know what triggers it, we should be able to find out why it does that and offer a workaround for you.
If you can not find out what's triggered the problem, please post your code (.aspx) and we should be able to locate it for you.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 7/25/2007 Posts: 3
|
i will load the demo applications. what i am doing is really simple. i create a page, drag the tabstrip onto it, select a skin and create two tabs - tab1 and tab 2. i then put a multipage control on the screen having 2 pageviews inside it. i then go into tabstrip builder and set the multipage id equal to the multipage control on the page. according to your help screens, this should have the tabstrip then control the multipage. what i find is that the tabstrip then stops responding.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
I just tried exactly the same and it works fine. Can you post the content of your .aspx file?
|
|
Rank: Newbie Groups: Member
Joined: 7/25/2007 Posts: 3
|
i found the issue... the pageview control i was using was from the prior release (it was leftover on the page). All seems to be working now! Thanks!
|
|