Microsoft
Software
Hardware
Network
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.v
alue=this.
value" />
</form>
Random Solutions
Excel Drop Down Lists
html, select a default option in the <select>
empty date field
Help with Cisco bonded ADSL
Tape Drive Type Recomendation
Copy directory and permissions
securing ubuntu server
How can I find a missing file
How to add another email address to recipient policy 2008 SBS
Jump to function implementation in VC++