Welcome Guest Search | Active Topics | Sign In | Register

Need help with TabStrip Options
Menon
Posted: Friday, July 17, 2009 6:52:23 AM
Rank: Advanced Member
Groups: Member

Joined: 8/9/2007
Posts: 59
Hi There,

I am working with a Page having 10 Tabs. I thought using the TabStrip with Load on Demand is the Best thing.
Actually i was using the Ajaxtoolkit Tabs and ofcourse the performance was poor because it was loading everything at once and so.
I just tried to use the eo:TabStrip and use Load on Demand function. And yes to be honest the page loads much faster as all the other Tabs are not Loaded on Page load.

In my Main Page i have copied exact same example of EO.Web of Load on Demand.

My problem is
Eg: Tab1 i am using a Control.ascx inside which it has

<eo:CallbackPanel id="Callbac..... Triggers="{ControlID:ToolBar1;Parameter:}"
<eo:ToolBar id="ToolBar1"
<eo:Grid id="Grid1"

I Use ToolBar to save my changes of Grid1. The ToolBar fires server side event.
But now on click i get an error 'The call 'ctl05_CallBack1' has failed due to server exception.'

And in Tab2 also
i am using UpdatePanel inside which it has FormView, and whenever i am clicking any button for Paging or AddNew, etc it throws error.

I believe there are some restrictions to make things work inside the TabStrip?
Please guide me if i am using it in wrong way..

Thanks

Menon

eo_support
Posted: Friday, July 17, 2009 3:42:25 PM
Rank: Administration
Groups: Administration

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

This is usually a code error caused by you not reloading the same control when the page posts back. Please see here for more details:

http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=1056

Thanks


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.