Server Error in '/' Application.

Control 'placeMain_txtName' of type 'TextBox' must be placed inside a form tag with 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.Web.HttpException: Control 'placeMain_txtName' of type 'TextBox' must be placed inside a form tag with runat=server.

Source Error:


Line 42:             $('#lnkLogin').smallipop({ theme: 'white' });
Line 43: 
Line 44:             $('#<% = chkAgree.ClientID %>').smallipop({ theme: 'white' });
Line 45:         }
Line 46: 

Source File: d:\www\IDFToolv7.0\Account.aspx    Line: 44

Stack Trace:


[HttpException (0x80004005): Control 'placeMain_txtName' of type 'TextBox' must be placed inside a form tag with runat=server.]
   System.Web.UI.Page.VerifyRenderingInServerForm(Control control) +11689271
   System.Web.UI.WebControls.TextBox.AddAttributesToRender(HtmlTextWriter writer) +70
   System.Web.UI.WebControls.WebControl.RenderBeginTag(HtmlTextWriter writer) +31
   System.Web.UI.WebControls.TextBox.Render(HtmlTextWriter writer) +32
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +80
   ASP.account_aspx.__RenderContent3(HtmlTextWriter __w, Control parameterContainer) in d:\www\IDFToolv7.0\Account.aspx:44
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +276
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +80
   ASP.site_master.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in d:\www\IDFToolv7.0\Site.Master:246
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +276
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +80
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +169
   System.Web.UI.Page.Render(HtmlTextWriter writer) +40
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +80
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4239


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4676.0