0
votes
3answers
975 views
Why am I getting null object reference error when saving (OnItemUpdating event) the first edit item in a ListView?
I'm getting the error "Object reference not set to an instance of an object." when trying to reference a HiddenField (lvEditProjectSteps_hdnStepStatusId for future reference) from the EditItem during …
4
votes
13answers
515 views
Detecting what the target object is when NullReferenceException is thrown.
I'm sure we all have received the wonderfully vague "Object reference not set to instance of an Object" exception at some time or another. Identifying the object that is the problem is often a tedious …
0
votes
8answers
1k views
object reference not set to an instance of object
I have been getting an error in VB.net "object reference not set to an instance of object". Can you tell me what are the causes of this error? thanks..
