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 55:         Dim id As String = Request.QueryString("Id").ToString
Line 56:         Dim ds As DataSet = obj.getData("Select * from Information where Id='" + id + "'")
Line 57:         TxtDescription.Text = ds.Tables(0).Rows(0)("SDescription").ToString
Line 58:         Dim title As String = ds.Tables(0).Rows(0)("STitle").ToString
Line 59:         If title = "College at A Glance" Then

Source File: C:\Inetpub\vhosts\dahiwadicollege.in\httpdocs\DisplayInformation.aspx.vb    Line: 57

Stack Trace:


[IndexOutOfRangeException: There is no row at position 0.]
   System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex) +2441565
   System.Data.DataRowCollection.get_Item(Int32 index) +19
   Courses.TxtDescription_Load(Object sender, EventArgs e) in C:\Inetpub\vhosts\dahiwadicollege.in\httpdocs\DisplayInformation.aspx.vb:57
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Control.LoadRecursive() +162
   System.Web.UI.Control.LoadRecursive() +162
   System.Web.UI.Control.LoadRecursive() +162
   System.Web.UI.Control.LoadRecursive() +162
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785


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