Click here to Skip to main content
15,904,638 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

How to count total rows in gridview including all the pages(Paging)...?
Posted

One suggestion i can give.When you are returning data from database return 1 more cursor with the count of the returned values(row).That value you can use in code for paging.
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900