sameer gadade

sameer gadade

  • NA
  • 61
  • 55.6k

javascript mozilla compatibility

Jun 25 2012 3:09 AM
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

Answers (3)