Question : Getting Total number of rows from Gridview

I have a Paged Gridview, how would I go about getting the total row count from this (all rows from all pages)?

At the moment I have:

GridView1.Rows.Count

But this returns 25 for the full page that I am on.

Cheers

Answer : Getting Total number of rows from Gridview

no need for jQuery

<form>
<input type="hidden" name="htext" value="" />
<input type="text" name="txt" onKeyUp="this.form.htext.value=this.value" />
</form>
Random Solutions  
 
programming4us programming4us