Register | Login

ZettaCube Forum and Knowledge Base

Welcome to ZettaCube forum. Here you can discuss various issues regarding our ZeeControls product. If you want to contact our developers directly, please email to support@zettacube.com.

Please register to post a message. Registration is immediate and free. Return users please login here.

 
  Forum  Knowledge Base  Run-Time Issues  The <head> section could not be found on this page.
Previous Previous
 
Next Next
New Post 3/31/2009 12:45 AM
  ZettaCube Support
64 posts
No Ranking


The <head> section could not be found on this page. 
Modified By ZettaCube Support  on 3/30/2009 11:47:01 PM)

You encountered the following error at run-time:

The <head> section could not be found on this page. Please add <head runat="server"> to the page in order to include stylesheets required by ZeeControls.

ZeeControls inserts default style sheets to the <head> section of a page. If there is no <head> section, the above exception will be thrown.  Please add a <head> section to the page betwee the <html> and <body> tags as follows:

<html>

<head runat="server">
</head>

<body>
...


 
Previous Previous
 
Next Next
  Forum  Knowledge Base  Run-Time Issues  The <head> section could not be found on this page.
Copyright 2009 by ZettaCube Limited