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 51:      
Line 52: 
Line 53:         Page.Title = DS1.Tables("TBLnews").Rows(0).Item("FDtitle").ToString
Line 54:         LTtitle.Text = DS1.Tables("TBLnews").Rows(0).Item("FDtitle").ToString
Line 55: 

Source File: C:\Domains\www.eightlegged.co.uk\clients\details.aspx.vb    Line: 53

Stack Trace:


[IndexOutOfRangeException: There is no row at position 0.]
   System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex) +2441533
   System.Data.DataRowCollection.get_Item(Int32 index) +19
   about_Default.Page_PreRender(Object sender, EventArgs e) in C:\Domains\www.eightlegged.co.uk\clients\details.aspx.vb:53
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Control.OnPreRender(EventArgs e) +11905468
   System.Web.UI.Control.PreRenderRecursiveInternal() +162
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6875


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