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 321:        if (Exep && (_ItemIDs == 0))
Line 322:            throw new ApplicationException("Item Id is empty or not given.");
Line 323:    }
Line 324:    public string LoadVariableFromPostBack(string var)
Line 325:    {

Source File: d:\Sites\LightAvenue\App_Code\CoperonWebForm.cs    Line: 323

Stack Trace:


[ApplicationException: Item Id is empty or not given.]
   CoperonWebForm.DetectItemID(Boolean Exep) in d:\Sites\LightAvenue\App_Code\CoperonWebForm.cs:323
   PDS.Page_Load(Object sender, EventArgs e) in d:\Sites\LightAvenue\PDS.aspx.cs:94
   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