Server Error in '/' Application.

Object reference not set to an instance of an object.

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.NullReferenceException: Object reference not set to an instance of an object.

Source Error:


Line 201:
Line 202:        dv = (DataView)SqlCouseDetails.Select(DataSourceSelectArguments.Empty);
Line 203:        dt = dv.ToTable();
Line 204:        if (dt.Rows.Count > 0)
Line 205:        {

Source File: d:\inetpub\vhosts\sparc.org.in\httpdocs\course-details.aspx.cs    Line: 203

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   course_details.Bind() in d:\inetpub\vhosts\sparc.org.in\httpdocs\course-details.aspx.cs:203
   course_details.Page_Load(Object sender, EventArgs e) in d:\inetpub\vhosts\sparc.org.in\httpdocs\course-details.aspx.cs:40
   System.Web.UI.Control.OnLoad(EventArgs e) +107
   Pacts.UI.PactsBasePage.OnLoad(EventArgs e) in d:\inetpub\vhosts\sparc.org.in\httpdocs\App_Code\BasePage.cs:57
   System.Web.UI.Control.LoadRecursive() +89
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1532


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