
Help, Drop down button errors out
It seems my drop down control has stopped working. Dragging it anywhere on
the form, or double-clicking the control in the toolbox produces the same
error. I don't know how to fix it. Somebody please help. I've re-added the
server side drop down control to the tool box menu but still no joy. I will
sit patiently here waiting on an answer.
Control 'DropDownList1' of type 'DropDownList' 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 'DropDownList1' of type
'DropDownList' must be placed inside a form tag with runat=server.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): Control 'DropDownList1' of type 'DropDownList'
must be placed inside a form tag with runat=server.]
System.Web.UI.Page.VerifyRenderingInServerForm(Control control)
System.Web.UI.WebControls.DropDownList.AddAttributesToRender(HtmlTextWriter
writer)
System.Web.UI.WebControls.WebControl.RenderBeginTag(HtmlTextWriter
writer)
System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer)
System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
System.Web.UI.Control.Render(HtmlTextWriter writer)
System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
System.Web.UI.Page.ProcessRequestMain()