Welcome Guest Search | Active Topics | Sign In | Register

Change PageView by code from outside of the MulitPage Options
Rune Bergedalen
Posted: Friday, October 24, 2008 5:35:29 AM
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?
eo_support
Posted: Friday, October 24, 2008 6:10:54 AM
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.html

Thanks
Rune Bergedalen
Posted: Sunday, October 26, 2008 3:14:07 PM
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
eo_support
Posted: Sunday, October 26, 2008 4:07:59 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

In that case you would set the TabStrip's SelectedIndex property:

http://www.essentialobjects.com/ViewDoc.aspx?t=EO.Web.TabStrip.SelectedIndex.html

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.