Click here to Skip to main content
15,920,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
what is the error

Microsoft JScript runtime error: Unable to get value of the property 'parentNode': object is null or undefined

when i run my project asp.net first three/4 times no error after that when click buttton it show this error

thanks in advance
Posted
Updated 2-Apr-12 20:40pm
v2
Comments
Prasad_Kulkarni 3-Apr-12 2:41am    
Post some code sample.

1 solution

As the error clearly specifies that object is null or undefined

The Property with name parentNode is null and you are trying to use it.
Debug your code and check why it is "null".
 
Share this answer
 
Comments
rose lindo 3-Apr-12 3:35am    
thanks a lot
deepakaitr12345 3-Apr-12 8:43am    
HI your control is not found when page render..
check it

THanks

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



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