Server Error in '/' Application.

There is no row at position 13.

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 13.

Source Error:


Line 41:         End If
Line 42:         If objPds.PageCount > 1 And Not objPds.IsLastPage Then
Line 43:             strPaginacion &= "<div class=""next""><a href='" & ApplicationInfo.LocalizedURLBase & GetResourceString("ideasynews.url") & dtsNoticias.Tables(0).Rows(CurPage + 1)("uri") & ".aspx' class=link11px_blu>" & GetResourceString("common.siguiente") & " &gt;</a></div>"
Line 44:         End If
Line 45:         strPaginacion &= "</div>"

Source File: C:\inetpub\wwwroot\aznartextil\bondrap\web\ideas-y-news\noticias-ficha.aspx.vb    Line: 43

Stack Trace:


[IndexOutOfRangeException: There is no row at position 13.]
   System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex) +1559262
   System.Data.RBTree`1.get_Item(Int32 index) +19
   System.Data.DataRowCollection.get_Item(Int32 index) +11
   noticiasficha.getData() in C:\inetpub\wwwroot\aznartextil\bondrap\web\ideas-y-news\noticias-ficha.aspx.vb:43
   noticiasficha.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\aznartextil\bondrap\web\ideas-y-news\noticias-ficha.aspx.vb:15
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


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