4
Answers

Selection of Multiple checkboxes of GridView while paging is True

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)