Server Error in '/' Application.

The multi-part identifier "pilot_headsets.aspx" could not be bound.

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.Data.OleDb.OleDbException: The multi-part identifier "pilot_headsets.aspx" could not be bound.

Source Error:


Line 53:                
Line 54:                Dim myAdapter As New OleDbDataAdapter("SELECT * FROM tblProduct WHERE ProductId=" & sProdID & "", myConn)
Line 55:                myAdapter.Fill(dsGetProductInfo)
Line 56:                
Line 57:                If sProdCat <> "" Then

Source File: C:\inetpub\wwwus14\Avgas\ProductDetail.aspx    Line: 55

Stack Trace:


[OleDbException (0x80040e14): The multi-part identifier "pilot_headsets.aspx" could not be bound.]
   System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(OleDbHResult hr) +1887157
   System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) +319
   System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) +247
   System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) +175
   System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior) +144
   System.Data.OleDb.OleDbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +9
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +221
   System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) +579
   System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) +181
   ASP.productdetail_aspx.__RenderContent(HtmlTextWriter __w, Control parameterContainer) in C:\inetpub\wwwus14\Avgas\ProductDetail.aspx:55
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +115
   ASP.products_master.__Renderform1(HtmlTextWriter __w, Control parameterContainer) in C:\inetpub\wwwus14\Avgas\Products.master:514
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +115
   System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +253
   System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +87
   System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +53
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
   System.Web.UI.Page.Render(HtmlTextWriter writer) +38
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4240


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