Question GridView How to iterate all rows of all pages?

raysefo

Well-known member
Joined
Jul 21, 2010
Messages
207
Programming Experience
Beginner
Hi,

I have a gridview and paging is enabled.First column of this gridview is a checkbox and I would like to iterate all pages (not current one but all) and according to specific condition ( data on a specific column lets say column status = send) then all related checkboxes should be checked. But I want to do this on a button click.

Is there a way to do it?

Thanks in advance.

Best Regards.
 
Back
Top