Hi,
In Javascript, i am getting null error while the values are checking in the loop. For your information, in my project i already get the element id and after that through that id, i am checking the value is nothing. That time the error is displaying. How can i solve this null error, pls guide me..
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
txtCtrl = document.getElementById('<%=txtRECornealReflex.ClientID%>');
if (txtCtrl.value == "")
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
The Error is like:
Error: 'value' is null or not an object code:0
siva