Rank: Member Groups: Member
Joined: 2/15/2010 Posts: 25
|
ok, I'm using the tabstrip with tabitems and subgroup/items. I'm controlling the tab changes through javascript, but I have a linkbutton in one of my pageviews that when pressed it's doing a callback click event, and when it comes back to the server I want it to change the parent tab, and subsequent subgroup item under it. I can do all that but I can't figure out how to change the corresponding PageView.
The Page that loads has my tabs selected properly but the pageview from another tab. If I have the tabitem object I want selected is there a way to tell the page to turn to the approrpriate pageview on the multipage object?
Thanks
|
Rank: Member Groups: Member
Joined: 2/15/2010 Posts: 25
|
I found it.. need to set the multipage's selectedindex, the selectedpage doesn't have a setter, but the index worked.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Great. Thanks for the update!
|