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
|
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=1056Thanks
|