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.
|
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!
|