Toepassingsfout
System.Web.HttpUnhandledException (0x80004005): Er is een uitzondering van het type 'System.Web.HttpUnhandledException' gegenereerd. ---> System.ArgumentOutOfRangeException: De index en lengte moeten verwijzen naar een locatie binnen de tekenreeks.
Parameternaam: length
bij System.String.Substring(Int32 startIndex, Int32 length)
bij Gloves_Specification.Page_Load(Object sender, EventArgs e)
bij System.Web.UI.Control.OnLoad(EventArgs e)
bij System.Web.UI.Control.LoadRecursive()
bij System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
bij System.Web.UI.Page.HandleError(Exception e)
bij System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
in System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
in System.Web.UI.Page.ProcessRequest()
in System.Web.UI.Page.ProcessRequest(HttpContext context)
bij System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
bij System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
bij System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)