Server Error in '/' Application.

Using the Title property of Page requires a header control on the page. (e.g. <head runat="server" />).

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: Using the Title property of Page requires a header control on the page. (e.g. <head runat="server" />).

Source Error:


Line 109:        if (!_IsSetTitle)
Line 110:        {
Line 111:            this.Page.Title =  Title;
Line 112:        }
Line 113:

Source File: c:\www\SERVER8\tubepnhua.net\Modules\Base\Article.ascx.cs    Line: 111

Stack Trace:


[InvalidOperationException: Using the Title property of Page requires a header control on the page. (e.g. <head runat="server" />).]
   System.Web.UI.Page.set_Title(String value) +2685486
   Modules_Base_Article.Binddata() in c:\www\SERVER8\tubepnhua.net\Modules\Base\Article.ascx.cs:111
   Modules_Base_Article.Page_Load(Object sender, EventArgs e) in c:\www\SERVER8\tubepnhua.net\Modules\Base\Article.ascx.cs:63
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.9043; ASP.NET Version:2.0.50727.9031