Hi John,
In UpdateCommand event, e.Item refers to current edit item
(row) of datagrid.
It is not important to know the text content had been
changed or not. For example, you can update database in
both cases. If it is changed, you just update database
with new content, otherwise it makes no change to
database.
HTH
Elton Wang
>-----Original Message-----
>Hi,
>When the user clicks 'update' how do I know if any of the
text in the
>textboxes on that row have been changed by the user, and
subsequently will
>need to be updated back to the database?
>
>Thanks,
>John
>
>.
>