'/' 應用程式中發生伺服器錯誤。

位置 0 沒有資料列。

描述: 在執行目前 Web 要求的過程中發生未處理的例外情形。請檢閱堆疊追蹤以取得錯誤的詳細資訊,以及在程式碼中產生的位置。

例外詳細資訊: System.IndexOutOfRangeException: 位置 0 沒有資料列。

原始程式錯誤:


行 61:         </div>
行 62:         <div data-role="content" class="ui-content" role="main">
行 63:             <h3 aria-level="1" role="heading" tabindex="0"><%= myTable.Rows(0)("title") %></h3>
行 64:             <h1 aria-level="1" role="heading" tabindex="0">更新日期:<%= String.Format("{0:yyyy-MM-dd}",myTable.Rows(0)("uDate")) %></h1>
行 65:             <h1 aria-level="1" role="heading" tabindex="0">廠商名稱:<%= myTable.Rows(0)("title") %></h1>

原始程式檔: D:\Source\WebSite\pda\casDirectoryDetail.aspx    行: 63

堆疊追蹤:


[IndexOutOfRangeException: 位置 0 沒有資料列。]
   System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex) +1559118
   System.Data.RBTree`1.get_Item(Int32 index) +19
   System.Data.DataRowCollection.get_Item(Int32 index) +11
   ASP.pda_casdirectorydetail_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in D:\Source\WebSite\pda\casDirectoryDetail.aspx:63
   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


版本資訊: Microsoft .NET Framework 版本:2.0.50727.9061; ASP.NET 版本:2.0.50727.9062