4
Answers

Selection of Multiple checkboxes of GridView while paging is True

Jack Sparo

Jack Sparo

12y
4.8k
1
Hi 
 I have a problem for Selection of all rows of a grid while paging is true.

ex. page size=2
    
In foreach(GridviewRow gr in gridname.Rows)


here the gridname.Rows of count is 2 so how can i get the total rows of grid?
Answers (4)