so please help me for mozilla browser compatibility
my this function dosent work in mozilla.in this function i get the values(cells[0]) in userid from my gridview can you help me why this functon dosent work in mozilla it works in crome,ie
function assignValue(rowIndex) {
User_ID = document.getElementById("<%=GridViewUsers.ClientID %>").rows[parseInt(rowIndex)].cells[0].innerText
}
Posted Jun 21, 2012, 4:21 AM