Welcome Guest Search | Active Topics | Sign In | Register

Menu control - Conflict IN <Head> tag Options
Chris Yew
Posted: Tuesday, June 5, 2007 9:08:14 AM
Rank: Newbie
Groups: Member

Joined: 6/5/2007
Posts: 3
Hi,

I am trying to implement the menu contol within a user control. I got the user control working (it populates the menu from the database), however each of our web pages inherits from a base page that has a method to generate all of the css/javascript links for each page.

<head runat="server">
<title>Untitled Page</title>
<%= generateHeader() %>
</head>

The error:
"EO.Web Controls can not render style information into the <head> block because the block is read-only (possibly because it contains server side code block). Please add <eo:Head runat="server" id="head1" /> into the <head> block to avoid this error. "

The only way I have found to get around this is to manually put

<eo:Head runat="server"></eo:Head>

in the <head> tag of each page as it states, which I really do not want to do.

Any thoughts on how to get around this? It is a site deveopled in 1.1, and recently converted to 2.0

Thanks.

eo_support
Posted: Tuesday, June 5, 2007 9:16:55 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
Hi Chris,

I am not aware of any other workaround. We will modify our code to cope with this situation and get you an update build as soon as possible.

Thanks
eo_support
Posted: Friday, June 8, 2007 4:12:20 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
Hi Chris,

We have posted build 2007.1.15, the new build fixed this problem.

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.