|
Rank: Newbie Groups: Member
Joined: 7/27/2007 Posts: 8
|
Our order# [removed by admin] for EO.Web TabStrip Developer License (2007.1) Had downloaded the eo_web.licx and copied to bin folder of .Net application, still get the following message when application is run, Please suggest how to avoid this message. "MultiPage 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"
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
TabStrip and MultiPage are sold separately even though they are often used together --- in fact that's one of the reason that why MultiPage is priced lower than other controls.
One way for you to avoid using a MultiPage is to use standard ASP.NET Panel control and then set their Visible to true/false when user clicks the TabStrip. However this will need to be done on the server side, where as MultiPage switches on the client side.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 7/27/2007 Posts: 8
|
We have about 20 tabs I dont think we can use ASP.Net panel and set true/false. Is there any license we should buy to avoid this license issue ?
Note: Earlier we had upgraded to Developer license as suggested by Support.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
When you have a lot of tabs, it actually makes more sense not to use MultiPage control. MultiPage control renders everything to the client side and then switches on the client side. So if you have 20 tabs, all contents for the 20 tabs will be rendered to the client side. The benefit of that is that it then switches completely on the client side, which offers much better end user experience. The disadvantage of doing that is that it puts more strain on the server and the bandwidth, and the initial loading time for the client will be much longer.
You previous upgrade was for a very different reason. It was to upgrade from standard license, which can only be used for one server, to developer license, which can be used on unlimited servers.
If you do decide that you still need the MultiPage control, you can either purchase a separate license for the MultiPage control, or upgrade to suite license, which will give you everything. We should be able to give you a discount on both since you have just upgraded from a previous license.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 7/27/2007 Posts: 8
|
Yes, would like to buy license for Multipage control, please let me know what should we buy and what discount can we get.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
We'have sent a discount code to you. Please check your private messages for details.
|
|