asp.net - How to iterate gridview or listview using jQuery? -


how know client side how many rows there gridiview or listview except header row.

like this:

var number_of_rows = $("#<%=gridview1.clientid %> tr").size(); 

Comments

Popular posts from this blog

Python __call__ special method practical example -

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -