Server Error in '/' Application.

Item Id is empty or not given.

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.ApplicationException: Item Id is empty or not given.

Source Error:


Line 326:        if (Exep && (_ItemIDs == 0))
Line 327:            throw new ApplicationException("Item Id is empty or not given.");
Line 328:    }
Line 329:    public string LoadVariableFromPostBack(string var)
Line 330:    {

Source File: d:\Sites\Bold\App_Code\CoperonWebForm.cs    Line: 328

Stack Trace:


[ApplicationException: Item Id is empty or not given.]
   CoperonWebForm.DetectItemID(Boolean Exep) in d:\Sites\Bold\App_Code\CoperonWebForm.cs:328
   PDS.Page_Load(Object sender, EventArgs e) in d:\Sites\Bold\PDS.aspx.cs:70
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


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