I have datagridview I want to automatically save each record after editing this record.
A:
There is a RowValidated
event that would be suitable for this. You could then pull the values out of the grid and populate your database command.
Adam
2010-07-20 08:48:32
A:
check this 5alid http://social.msdn.microsoft.com/Forums/en-US/vbide/thread/5f8741dc-5874-46e7-8665-6bda3674bafd
Space Cracker
2010-07-20 08:57:35