Rank: Newbie Groups: Member
Joined: 10/1/2007 Posts: 8
|
I am taking a first look at Essential Objects.
I have created a tabstrip with five tabs, and a MultiView containing five corresponding PageViews. For the tab labeled “Main” the corresponding PageView is named “pvMain”. Inside pvMain I have placed a label with text “This is Main.” Similarly for the other four tabs.
When I Execute in debug mode the tabstrip is visible, and “this is Main,” the label in pvMain appears below it as expected.
When I click on another tab, e.g., Sourcing, the visual effect on the tab strip seems to work just fine, but the label in pvSourcing “this is Sourcing” does not appear. What more do I need to do to display pvX when I click on tab X?
Thanks, webmaker
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Have you associated the MultiPage with the TabStrip through the TabStrip's MultiPageID property?
Thanks
|
Rank: Newbie Groups: Member
Joined: 10/1/2007 Posts: 8
|
That did it.
Thanks!
|