hi
my (java script)code for getting values from gridview to text box works well in crome,ie, but it dosent work in mozilla i dont know how to resolve this problem please help me.
code
this code gives me value of first cell of grid view in teacher_ID
Teacher_ID = document.getElementById("<%=GridViewExam.ClientID %>").rows[parseInt(rowIndex)].cells[0].innerText
this code runs well in all browser but not in mozilla
what to do please help
Loading
Posted Jun 27, 2012, 1:24 AM
Please try it out.
sameer gadadePosted Jun 25, 2012, 7:49 AM
Gaurav SharmaPosted Jun 25, 2012, 5:19 AM