Updateable GridView with paging

  • Thread starter Thread starter McGeeky
  • Start date Start date
M

McGeeky

Hi.

Is there an example available for GridViews that demonstrate how they can
support paging and updating? E.g. say I make some changes in the first page
of data on a GridView then switch to page 2, how are the changes in page 1
preserved? Does the GridView do it automatically? Does it require custom
programming?

Thanks!
 
As long as you finish the Update process, instead of clicking on 'Cancel' or
changing pages before finishing, all changes will 'stick'
There should be no 'custom' programming - just allow editing and allow
paging and you're off to the races, as they say.

David Wier
http://aspnet101.com
http://iWritePro.com
 
Back
Top