Server Error in '/' Application.

There is no row at position 0.

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: There is no row at position 0.

Source Error:


Line 371:        Public Default ReadOnly Property Item(ByVal index As Integer) As tblCatDetailsRow
Line 372:            Get
Line 373:                Return CType(Me.Rows(index),tblCatDetailsRow)
Line 374:            End Get
Line 375:        End Property

Source File: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\39192737\c7d30306\App_Code.uw0gr3eb.28.vb    Line: 373

Stack Trace:


[IndexOutOfRangeException: There is no row at position 0.]
   System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex) +1868334
   System.Data.DataRowCollection.get_Item(Int32 index) +14
   tblCatDetailsDataTable.get_Item(Int32 index) in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\39192737\c7d30306\App_Code.uw0gr3eb.28.vb:373
   Rewrite_category.SetCatDeatails() in e:\domains\m\mitoxgm.co.uk\user\htdocs\rewrite\category.aspx.vb:42
   Rewrite_category.Page_Load(Object sender, EventArgs e) in e:\domains\m\mitoxgm.co.uk\user\htdocs\rewrite\category.aspx.vb:32
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061


Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832