Erreur d'application
System.Web.HttpUnhandledException (0x80004005) : une exception de type « System.Web.HttpUnhandledException » a été levée. ---> System.ArgumentOutOfRangeException : l'index et la longueur doivent correspondre à une position située à l'intérieur de la chaîne.
Nom du paramètre : length
dans System.String.Substring(Int32 startIndex, Int32 length)
dans Gloves_Specification.Page_Load(Object sender, EventArgs e)
dans System.Web.UI.Control.OnLoad(EventArgs e)
dans System.Web.UI.Control.LoadRecursive()
dans System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
dans System.Web.UI.Page.HandleError(Exception e)
dans System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
dans System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
dans System.Web.UI.Page.ProcessRequest()
dans System.Web.UI.Page.ProcessRequest(HttpContext context)
dans System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
dans System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
dans System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)