System.IndexOutOfRangeException

There is no row at position 0.

Exception source: System.Data

Exception string:

System.IndexOutOfRangeException: There is no row at position 0. at System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex) at System.Data.DataRowCollection.get_Item(Int32 index) at Controls_Portals_2_usercontrols_gallery_gallery.getGroupHeader(Int32 GroupId) in E:\WebSites\Caracole\Portal\controls\portals\2\usercontrols\gallery\gallery.ascx.vb:line 584 at Controls_Portals_2_usercontrols_gallery_gallery.loadGallery(String t, String id) in E:\WebSites\Caracole\Portal\controls\portals\2\usercontrols\gallery\gallery.ascx.vb:line 257 at Controls_Portals_2_usercontrols_gallery_gallery.Page_Load(Object sender, EventArgs e) in E:\WebSites\Caracole\Portal\controls\portals\2\usercontrols\gallery\gallery.ascx.vb:line 17 at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

There is no row at position 0.

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 582:
Line 583:        'Do meta
Line 584:        Me.Page.Title = dt.Rows(0)("Title") & " : " & dt.Rows(0)("Catalog") & " : Home Furnishings : Designer Furniture | Caracole Furniture "
Line 585:
Line 586:        Dim Keywords As HtmlMeta = Page.Master.FindControl("Keywords")

Source File: E:\WebSites\Caracole\Portal\controls\portals\2\usercontrols\gallery\gallery.ascx.vb    Line: 584

Stack Trace:


[IndexOutOfRangeException: There is no row at position 0.]
   System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex) +2387382
   System.Data.DataRowCollection.get_Item(Int32 index) +20
   Controls_Portals_2_usercontrols_gallery_gallery.getGroupHeader(Int32 GroupId) in E:\WebSites\Caracole\Portal\controls\portals\2\usercontrols\gallery\gallery.ascx.vb:584
   Controls_Portals_2_usercontrols_gallery_gallery.loadGallery(String t, String id) in E:\WebSites\Caracole\Portal\controls\portals\2\usercontrols\gallery\gallery.ascx.vb:257
   Controls_Portals_2_usercontrols_gallery_gallery.Page_Load(Object sender, EventArgs e) in E:\WebSites\Caracole\Portal\controls\portals\2\usercontrols\gallery\gallery.ascx.vb:17
   System.Web.UI.Control.LoadRecursive() +71
   System.Web.UI.Control.LoadRecursive() +190
   System.Web.UI.Control.LoadRecursive() +190
   System.Web.UI.Control.LoadRecursive() +190
   System.Web.UI.Control.LoadRecursive() +190
   System.Web.UI.Control.LoadRecursive() +190
   System.Web.UI.Control.LoadRecursive() +190
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178