have anyone had this error message before 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: A page can have only one server-side Form tag. 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): A page can have only one server-side Form tag.] System.Web.UI.Page.OnFormRender(HtmlTextWriter writer, String formUniqueID) +310 System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +35 System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +263 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243 System.Web.UI.Control.RenderChildren(Htm ...

Go to the complete details ...