View Single Post
  #78 (permalink)  
Old 08-28-2007, 05:59 AM
oxygen oxygen is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 633
oxygen is on a distinguished road
Thumbs up Re: ASP.NET Data Controls

hi,

Suppose i need to Delete some records on 1st page,2nd page and etc..
Checkbox State is Persisted and now on Submit button Click i want to take all the checked values from all the pages.
for identifying checked checckboxes im using
For i= 0 to gridview.rows.count
But in Mycase What happens is i have set Page Size to 20 while the Total Records are 100.
i get only values of the current page.

Please Suggest
__________________
The OXYGEN
Delivers edgy, intelligent Technology to all...
Reply With Quote