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 51:             //this.Page.Header.Title = dttype.Rows[0]["Title"].ToString() + "工程案例-" + webset.WebName;
Line 52: 
Line 53:             name ="<a href='Cases.aspx?cid=" + Request.QueryString["cid"] + "'>" + dttype.Rows[0]["Title"].ToString() + "</a>";
Line 54:             names = dttype.Rows[0]["Title"].ToString();
Line 55:         }

Source File: d:\1\v4089462\wwwroot\En\Cases.aspx.cs    Line: 53

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
   Cases.BindWlist() in d:\1\v4089462\wwwroot\En\Cases.aspx.cs:53
   Cases.Page_Load(Object sender, EventArgs e) in d:\1\v4089462\wwwroot\En\Cases.aspx.cs:30
   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.1040