Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
▼
Friday, June 28, 2013
How to solve JavaScript error: Unable to get value of the property '': object is null or undefined?
There are normally two reasons to cause this problem:
1. Lost reference of needed JavaScript library.
2. The reference JavaScript library is not loaded when your script run.
No comments:
Post a Comment