Click here to Skip to main content
16,020,459 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have to find total records bind or total rows in grid view in particular page index. for eg.: page index 1 having 10 rows out of total 15 records, and then page index 2 having 5 rows.
Posted
Updated 2-Aug-13 1:44am
v2

1 solution

Hi,

Total record bind on index can be count by
C#
int s = gridview.Rows.Count;



Thanks.
 
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