im doing a clientside gridview calculation
in javascripti have used
- var gv = document.getElementById("<%= GridView1.ClientID %>");
- var tb = gv.getElementsByTagName("input");
- var lb = gv.getElementsByTagName("span");
when i remove the select all checkboxs it words fine but if i add the checkbox the total gets populated in alternate column.

Salman BegPosted Oct 7, 2019, 10:50 AM