Server Error in '/' Application.

Index 0 is either negative or above rows count.

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 0 is either negative or above rows count.

Source Error:


Line 60: 
Line 61:                     metaDescription.Name = "description"
Line 62:                     metaDescription.Content = dv(0)("MetaDescription")
Line 63:                     metaKeywords.Name = "keywords"
Line 64:                     metaKeywords.Content = dv(0)("MetaSearchWords")

Source File: C:\inetpub\ConSet-Care\product\Default.aspx.vb    Line: 62

Stack Trace:


[IndexOutOfRangeException: Index 0 is either negative or above rows count.]
   System.Data.DataView.GetRow(Int32 index) +1902405
   System.Data.DataView.get_Item(Int32 recordIndex) +13
   Conset.Product_Default.Page_Load(Object sender, EventArgs e) in C:\inetpub\ConSet-Care\product\Default.aspx.vb:62
   System.Web.UI.Control.OnLoad(EventArgs e) +95
   System.Web.UI.Control.LoadRecursive() +59
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678


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