Server Error in '/' Application.

There is no row at position 0.

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: There is no row at position 0.

Source Error:


Line 193:        //判斷若為台北地區之課程顯示發票取得方式 ArielHuang 20190329
Line 194:        DataSet CourseArea = pProduct.GetProduct(strCourseID);
Line 195:        if(CourseArea.Tables[0].Rows[0]["PDTME007"].ToString()=="0001")
Line 196:        {
Line 197:            divMEMTA048_1.Visible = true;

Source File: e:\Inetpub\DSAWEB\CounterExpress.aspx.cs    Line: 195

Stack Trace:


[IndexOutOfRangeException: There is no row at position 0.]
   System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex) +1678426
   System.Data.DataRowCollection.get_Item(Int32 index) +21
   CounterExpress.Page_Load(Object sender, EventArgs e) in e:\Inetpub\DSAWEB\CounterExpress.aspx.cs:195
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +91
   System.Web.UI.Control.LoadRecursive() +74
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207


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