Server Error in '/' Application.

Index was outside the bounds of the array.

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.IndexOutOfRangeException: Index was outside the bounds of the array.

Source Error:


Line 60: 		for (rc = 0; rc < Rows; rc++) {
Line 61: 			long CatId = Convert2Integer(Table1.Rows[rc]["Id"]);
Line 62: 			if (CatId == Convert2Integer(ArticleCaterogyPathSplit[1])) {
Line 63: 				ParentArtCategoryId = CatId;
Line 64: 			}

Source File: c:\eshopkey\ASP.Net\Shops\seeae\KontaStonEmporo.aspx    Line: 62

Stack Trace:


[IndexOutOfRangeException: Index was outside the bounds of the array.]
   ASP.kontastonemporo_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\eshopkey\ASP.Net\Shops\seeae\KontaStonEmporo.aspx:62
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +95
   System.Web.UI.Page.Render(HtmlTextWriter writer) +39
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +132
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +9497


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