Click here to Skip to main content
15,896,727 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Can any one help me in this error

Object reference not set to an instance of an object.
=============================================================
Description: <b>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.</b>

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

[NullReferenceException: Object reference not set to an instance of an object.]
SEVE1.UI.Controls.ShowItemSupliedTablePage.BaseItemSupliedTableControl.Control_Init(Object sender, EventArgs e) +657
System.Web.UI.Control.OnInit(EventArgs e) +131
System.Web.UI.Control.InitRecursive(Control namingContainer) +142
System.Web.UI.Control.InitRecursive(Control namingContainer) +390
System.Web.UI.Control.InitRecursive(Control namingContainer) +390
System.Web.UI.Control.InitRecursive(Control namingContainer) +390
System.Web.UI.Control.InitRecursive(Control namingContainer) +390
System.Web.UI.Control.InitRecursive(Control namingContainer) +390
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1476
Posted
Comments
RaisKazi 11-Nov-11 8:12am    
Can not possible to help you, without looking at your code.

Could you post the code in OnInit(EventArgs e) event handler method?
 
Share this answer
 
You must debug your code to find out the issue. Here a post about that error which'll be useful for you.

What does Object reference not set to an instance of an object mean[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900