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

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -