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.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
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
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi Chris,
We have posted build 2007.1.15, the new build fixed this problem.
Thanks
|