Welcome Guest Search | Active Topics | Sign In | Register

tabstrip - MultiPage problem Options
Dan Kaplan
Posted: Thursday, June 9, 2011 6:07:15 AM
Rank: Member
Groups: Member

Joined: 2/9/2011
Posts: 13
I am building a dinamic tabstrip with dinamic multipages.


EO.Web.TabItem ewt = new EO.Web.TabItem();
ewt.Text = sTitleText;
ewt.RightIcon.Url = sImageUrl;
ewt.RightIcon.Padding.Right = 5;
ewt.PageViewID = createMultiPageForm(PageID);
TabStrip1.TopGroup.Items.Add(ewt);


when i am trying to postback with the "CallbackPanel" i get the following message: " System.Web.HttpException: Invalid page ID 'PageView_50' "

I am already using eo:CallbackPanel and eo:ScriptManager

any suggestions,

thanks.
eo_support
Posted: Thursday, June 9, 2011 9:12:53 AM
Rank: Administration
Groups: Administration

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

Your code looks fine with us. Please try to create a full test page that demonstrates the problem. We will be happy to take a look once we have that.

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.