4
Reply

Selection of Multiple checkboxes of GridView while paging is True

Jack Sparo

Jack Sparo

Jul 6 2012 12:12 AM
4.8k
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)