Rank: Newbie Groups: Member
Joined: 7/31/2008 Posts: 2
|
if i use the same code in page without master it works properly but with the page using master(or in master page) it throughs error like this:
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.
please reply me ASAP.. Thank you
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi, I would do what the error message says first: "Please add <eo:Head runat="server" id="head1" /> into the <head> block to avoid this error". The following page is for a different issue, but the same solution: http://www.essentialobjects.com/ViewDoc.aspx?t=xhtml.htmlPlease let us know if that fixes the problem for you. Thanks
|