How about to have a flag field in your data? every time a row is modified set the flag to true for that row. Then filter data on that flag and send back modified rows only.
--- In flexcoders@yahoogroups.com, "Libby" <libbychan...@...> wrote: > > Hi, People > > I have a datagrid where user can modify a few rows out of 200 - 500 then > click save. I only want to hit the database with the changed rows. Is there a > technique whereby I can identify the "dirty" rows, pluck them out, and ship > only them off to the database, without going thru and comparing column by > column, row by row? > > Thanks, > Libby >