|
Rank: Newbie Groups: Member
Joined: 3/16/2008 Posts: 4
|
I just purchased/downloaded the latest version of your web controls. I have successfully implemented the Menu control and it's working great. However, when I tried to duplicate the example of using a tabstrip with a multipage, the tabstrip won't display at all, though the first pageview does. I've tried it both with and without the multipage control, but no luck.
The page is displaying an error on execution:
Line: 4 Char: 1 Error: Syntax Error Code: 0
I'm using VS2005 and did nothing more than create a new aspx page and drop the controls on the page per the examples instructions. Any help would be greatly appreciated. I have a copy of the generated source if that would help.
Thanks.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have set up an online meeting for you and sent the meeting link to you via private messages, can you join the so that we can take a look of the problem?
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 3/16/2008 Posts: 4
|
Thanks for the help through the online meeting. For anyone else experiencing the same problem, the issue was with permissions accessing the eo_web.ashx script file. My site uses forms authentication and was "sporadically" trapping a failed auth on the script file when debugging. A simple file exclusion in the web.config solved the problem. Thanks again!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Cool. Thanks for sharing!
|
|