Server Error in '/' Application.

repeatID

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: repeatID

Source Error:


Line 409:
Line 410:        While rs.Read
Line 411:            RepeatTypeSQLcommand.Parameters.Item("repeatID").Value = rs("repeatID")
Line 412:            Try
Line 413:                rs1 = RepeatTypeSQLcommand.ExecuteReader

Source File: E:\AADATA\WEB\NT\playDetails.aspx.vb    Line: 411

Stack Trace:


[IndexOutOfRangeException: repeatID]
   System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName) +6314078
   System.Data.SqlClient.SqlDataReader.GetOrdinal(String name) +249
   System.Data.SqlClient.SqlDataReader.get_Item(String name) +23
   playDetails.Page_Load(Object sender, EventArgs e) in E:\AADATA\WEB\NT\playDetails.aspx.vb:411
   System.Web.UI.Control.OnLoad(EventArgs e) +132
   System.Web.UI.Control.LoadRecursive() +66
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428


Version Information: Microsoft .NET Framework Version:2.0.50727.8974; ASP.NET Version:2.0.50727.8975