Server Error in '/' Application.

Cannot find table 9.

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: Cannot find table 9.

Source Error:


Line 339:
Line 340:            BannerLeft = ds.Tables[8];
Line 341:            UserReviews = ds.Tables[9];
Line 342:            // VehicleUsed = ds.Tables[10];
Line 343:            if (_BannerData.Rows.Count > 0)

Source File: c:\inetpub\vhosts\trucksbuses.com\httpdocs\car-details-overview.aspx.cs    Line: 341

Stack Trace:


[IndexOutOfRangeException: Cannot find table 9.]
   System.Data.DataTableCollection.get_Item(Int32 index) +79
   car_details_overview.BindProduct(String url, Int32 tab, String text) in c:\inetpub\vhosts\trucksbuses.com\httpdocs\car-details-overview.aspx.cs:341
   car_details_overview.Page_Load(Object sender, EventArgs e) in c:\inetpub\vhosts\trucksbuses.com\httpdocs\car-details-overview.aspx.cs:104
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
   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