Browser Compatability -getting ClientID in FireFox
Hi,
In my website i have a grid which contains checkboxes. So depending on the record selected i will be doing further operations.
I am using the following one
document.getElementById('<%=grdvwLermsDetails.Clie ntID%>').rows.length
This works fine with IE. But when i view the same page in Firefox it doesnt work.
Can you please help me out with this????? i would really appreciate if anyone can help with this.
|