Server Error in '/' Application.

No data exists for the row/column.

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.InvalidOperationException: No data exists for the row/column.

Source Error:


Line 25:             Dim readerrecupnum As OdbcDataReader = commandrecupnum.ExecuteReader()
Line 26:             readerrecupnum.Read()
Line 27:             reqtitre = readerrecupnum("NumHypo")
Line 28:             readerrecupnum.Close()
Line 29:         

Source File: D:\domaines\mutuelle-mas.fr\http\prestation-mutuelle.aspx    Line: 27

Stack Trace:


[InvalidOperationException: No data exists for the row/column.]
   System.Data.Odbc.OdbcDataReader.GetValue(Int32 i) +1182935
   System.Data.Odbc.OdbcDataReader.get_Item(String value) +27
   ASP.prestation_mutuelle_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in D:\domaines\mutuelle-mas.fr\http\prestation-mutuelle.aspx:27
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +256
   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
   System.Web.UI.Page.Render(HtmlTextWriter writer) +29
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1266


Version Information: Microsoft .NET Framework Version:2.0.50727.3662; ASP.NET Version:2.0.50727.3668