Welcome Guest Search | Active Topics | Sign In | Register

eo:TabStrip (Free) Options
bobwolf
Posted: Saturday, May 31, 2008 10:10:57 AM
Rank: Member
Groups: Member

Joined: 5/31/2008
Posts: 25
Hi,

I would like to use the "eo:TabStrip" control for free.
I saw the requirements (tab Free License in TabStrip Builder) and build a new project using that rules.

But I was getting this Message on top of my page: "MultiPage ctl00_ContentPlaceHolder1_MultiPage1 requires a license. You can purchase a license from http://www.essentialobjects.com/Order.aspx. Please refresh the page to continue. More on license"

I'm doing something wrong? Here's my code:

<eo:TabStrip runat="server" id="TabStrip1" ControlSkinID="Simple_Gray" Width="350px" MultiPageID="MultiPage1">
<TopGroup>
<Items>
<eo:TabItem Text-Html="Informações Principais"></eo:TabItem>
<eo:TabItem Text-Html="Categorias deste produto"></eo:TabItem>
</Items>
</TopGroup>
</eo:TabStrip>

<eo:MultiPage runat="server" id="MultiPage1">

<eo:PageView id="PageView1" runat="server">
Informações Principais...
</eo:PageView>

<eo:PageView id="Pageview2" runat="server">
Categorias deste produto...
</eo:PageView>

</eo:MultiPage>

Tks in advance!
bob.
eo_support
Posted: Saturday, May 31, 2008 10:17:16 AM
Rank: Administration
Groups: Administration

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

The TabStrip and the MultiPage are two different controls. While "Simple_Gray" TabStrip is free, MultiPage is not. So you will need to avoid using MultiPage. I believe the easiest workaround is to set the TabStrip's RaisesServerEvent to true, and then rely on server side code to switch tab page content.

Thanks
bobwolf
Posted: Saturday, May 31, 2008 10:22:36 AM
Rank: Member
Groups: Member

Joined: 5/31/2008
Posts: 25
Tks!
I was planning to use TabStrip control on client side.

Probably i'll buy a license for me in a few days.

tks
bob.
eo_support
Posted: Saturday, May 31, 2008 10:36:40 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Cool. Let us know if there is anything else we can help.


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.