Rank: Newbie Groups: Member
Joined: 9/27/2012 Posts: 3
|
Hello,
I am testing the tabstrip control and multipage control on my website. I have the tabstrip control referencing the multipage control but when I try to access one of the web pages in my tab items, I get the following message:
"tabstrip: tabstrip1 is associatedd with a multipage control but the mulitpage does not exist.
set EO.Web.Runtime.DebugLevel to 0 to turn of this message".
I have set this EO.Web.Runtime.DebugLevel=0 in my page_load procedure and still get this message.
Any idea as to what I am doing wrong? Any help is appreciated.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
That occurs when you set the TabStrip control's MultiPageID wrong. The MultiPage and the TabStrip must be in the same page.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 9/27/2012 Posts: 3
|
Thanks I'll correct this
John G
|