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:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
|
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
plz solved this
MOHAMED JACKARIAHPosted Apr 30, 2014, 7:29 AM
as well can you please check your master page Content Place Holder things.
meet gavitPosted Apr 30, 2014, 6:06 AM
<%@ Page Title="" Language="C#" MasterPageFile="~/main.Master" AutoEventWireup="true" CodeBehind="WebForm28.aspx.cs" Inherits="unityconstruction.WebForm28" %>
and
#cs code is
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace unityconstruction
{
public partial class WebForm28 : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
MOHAMED JACKARIAHPosted Apr 30, 2014, 5:55 AM
Can you please check the null value for your object.
Can you share your code?