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.