Code: Select all
page.Header.Controls.AddAt(0, new LiteralControl("\n" + catalogObject.HtmlHead));
Any ideas??
Thanks,
Scott
Code: Select all
page.Header.Controls.AddAt(0, new LiteralControl("\n" + catalogObject.HtmlHead));
Code: Select all
<head>
...
...
</head>
heinscott wrote:How does it render itself? I am trying to make that data appear BEFORE the scripts on the page, so I need to know where this rendering takes place.
Thanks
Scott