DataGridView - Updating a Field

xiecsuk

Member
Joined
Apr 24, 2005
Messages
23
Location
Coventry, Warwickshire, UK
Programming Experience
10+
I want to set two fields on a row when the User starts to update the row. These will set the current DateTime and the userid of the person updating the row. I have tried using the Row_Changed event but of course I find I am in a recursive loop. What is the best way to make these changes?

The DGV is filled from a dataset containing the table.

wagham
 
Back
Top