Error:Unable to get property ‘toString’ of undefined or null reference
Solution:
Variable declared as string.
ex: var obji=’1′; //This is not correct
var obji=1; //Correct
Variable declared as string.
ex: var obji=’1′; //This is not correct
var obji=1; //Correct