hi

i am calling a javascript function from code behind page (aspx.cs) Javascript is called from row databound event of a grid..
but now for IE6 only i am getting an exception.
"Object reference not set to an instance of an object."

Its ok with IE7 and IE8.
Please help me out....

a newbie myself here , but i hope you do know this error comes whenever you are using any created class object without initializing or passing a any value to a method having null as an input.

whenever the compiler tries to manipulate the value 'null' it gives the error :
"Object reference not set to an instance of an object."

hope it helps :)

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.