Having the GridView client control ID, I would like to get some ideas on how to count the GridView rows or at least be able to tell if there is at least one row on the Gridv
var rowscount = document.getElementByID('<%=Gridview1.ClientID%>').rows.length; alert(rowscount);