Server Error in '/' Application.

Control 'ctl00_ContentPlaceHolder1_LinkButton7' of type 'LinkButton' 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 'ctl00_ContentPlaceHolder1_LinkButton7' of type 'LinkButton' must be placed inside a form tag with runat=server.

Source Error:


Line 212:        <table width="100%" style="border=2px; border-bottom-style: solid">
Line 213:            <tr>
Line 214:                <td>© <%=DateTime.Now.Year %> India Association of Nebraska. All rights reserved.</td>
Line 215:                <td>
Line 216:                    <ul>

Source File: D:\Inetpub\vhosts\indiaassociationofnebraska.org\httpdocs\MasterPage.master    Line: 214

Stack Trace:


[HttpException (0x80004005): Control 'ctl00_ContentPlaceHolder1_LinkButton7' of type 'LinkButton' must be placed inside a form tag with runat=server.]
   System.Web.UI.Page.VerifyRenderingInServerForm(Control control) +11168750
   System.Web.UI.WebControls.LinkButton.AddAttributesToRender(HtmlTextWriter writer) +58
   System.Web.UI.WebControls.WebControl.RenderBeginTag(HtmlTextWriter writer) +27
   System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +27
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
   ASP.masterpage_master.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in D:\Inetpub\vhosts\indiaassociationofnebraska.org\httpdocs\MasterPage.master:214
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +115
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
   System.Web.UI.Page.Render(HtmlTextWriter writer) +38
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4240


Version Information: Microsoft .NET Framework Version:2.0.50727.8974; ASP.NET Version:2.0.50727.8975