VijayVishwakarma wrote:
I am using a gridview(paging enabled with some 80,000 records, page size 1000 records) with selectallpages & deselectallpages.
Reading all other posts, I understand you care about performance. So don't use the built-in gridview paging. It just loads all the data at the beginning and reloads it when page index changes which will be huge performance issue. As a remedy, use custom paging.
VijayVishwakarma wrote:
I tried looping through gridview rows but its gives values only of current page.
Loop through the data source. Data source will have all the values. :)
Navaneeth How to use google | Ask smart questions