How to fix error This page is missing a HtmlHead control which is required for the CSS stylesheet link that is being added. Please add <head runat="server" />.
- in my case occurs after adding calendar extender to text box control
Simply replace
<head>
with
<head runat="server">
No comments:
Post a Comment