Rank: Member Groups: Member
Joined: 5/19/2010 Posts: 22
|
I use a Tabstrip like: [...1...] [...2...] [...3...] and on this I have also som SUB - ITEMS: for [...1...] i use for example 1-1, 1-2 for [...2...] i use for example 2-1, 2-2
now my question is, how I can get text in my html code do store text to this submenü items. I mean: Pageview 1-3 as an example: <eo:PageView id="Pageview1" runat="server" here I have the area to put text for the main level text.
So question is: What I have to do for add sum-Menü text. :)
Thanks for a short help.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I am not sure if I understand your question correctly. To create sub tab items, you just create it on the TabStrip. You can right click the TabStrip to open the TabStrip Builder, then add items/sub items from there.
While TabStrip supports sub items, MultiPage does not. All PageViews inside the same MultiPage are on the same level. However this is not a problem because you can associate any PageView to any TabItem through the TabItem's PageViewID property.
Hope this helps.
Thanks!
|