Rank: Newbie Groups: Member
Joined: 9/10/2008 Posts: 2
|
Hi,
I have a Multipage containing several PageView's. Outside of the Multipage I have a TreeView. I want to make the Multipage show a different Pageview when ItemClick fires in the TreeView. How can this be done?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, I believe you can do that by setting the MultiPage's SelectedIndex property: http://www.essentialobjects.com/ViewDoc.aspx?t=EO.Web.MultiPage.SelectedIndex.htmlThanks
|
Rank: Newbie Groups: Member
Joined: 9/10/2008 Posts: 2
|
Hi,
It works if I cut the link between my TabStrip and the Multipage by removing the MultiPageID of the TabStrip. But I want the Tabstrip to work against the Multipage, and In those cases when I click an Item in the TreeView the Tabstrip and Multipage should change to a spesific PageView.
Rune
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
|