Rank: Advanced Member Groups: Member
Joined: 5/30/2007 Posts: 30
|
I was looking into using your tabstrip control. However, in order to better support team development, having all the content in one page would not be sufficient. I was at first using usercontrols to support this, but ran into some issus when developers wanted to take advantage of using PageMethods. Is there a efficient way to point tabs to seperate pages? My first experiment was to put the tab into a masterpage and use navigateurl property of the tab item. This looks like it could work. Any info is appreciated.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Yes. That's the logical way of doing it. The TabStrip lives inside one page. So you only have one TabStrip switching to other pages, but can not have one TabStrip "hosting" multiple pages (in theory you can do it with iframe but iframe don't automatically resizes with the hosting page).
Thanks!
|