Complex editing on a gridview in C#
问题 I am working on an attendance system that has the following tables: Entry +---------+-----------+ + EntryID + EntryDate + +---------+ ----------+ Hour +---------+--------+---------+ + EntryID + InHour + OutHour + +---------+--------+---------+ With the following example data: Entry +---------+---------------------+ + EntryID + EntryDate + +---------+---------------------+ + 1 + 1/1/2010 8:00:00 AM + + 2 + 1/1/2010 8:01:02 AM + +---------+---------------------+ Hour +---------+----------------