Hi All,
When i tried to execute my ASP.Net Application, I got the Runtime error in IE " 'null' is null or not an object ". Im using Visual Studio.Net 2005 and using some Ajax Controls in my application. If i click some Events, it shows the above message. Please help me to do .... Very thankful to you .....
satheeshmanian 0 Newbie Poster
Recommended Answers
Jump to PostNull means it is nothing. It has no value or state of any kind.
Jump to Post> even null is not equal to null
window.alert(null === null);
There ya go!
Jump to Post> Null also compares to undefined: ( undefined == null ) is always true.
...which is often misleading as they stand for two different things and have different types. A better way in almost all cases would be to use the strict comparison operator to get an accurate, type …
Jump to Post> But only because I'd rarely make a meaningful working distinction between ( or differently
> handle ) an object variable being null or being undefined.null
is a valid value,undefined
is *nothing*. Undefined has a special significance in the sense that attempting to retrieve value for …
All 16 Replies
stymiee 111 He's No Good To Me Dead Team Colleague
satheeshmanian 0 Newbie Poster
MattEvans 473 Veteran Poster Team Colleague Featured Poster
MidiMagic 579 Nearly a Senior Poster
iqbalhosan 0 Newbie Poster
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
iqbalhosan 0 Newbie Poster
MattEvans 473 Veteran Poster Team Colleague Featured Poster
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
MattEvans 473 Veteran Poster Team Colleague Featured Poster
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
MattEvans 473 Veteran Poster Team Colleague Featured Poster
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
MattEvans 473 Veteran Poster Team Colleague Featured Poster
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
MattEvans 473 Veteran Poster Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.