softweng
June 2nd, 2003, 05:59 PM
I have a DataSet that gets it's data from a stored procedure. I then use that dataset to populate a datagrid. When the user makes changes to the datagrid or adds new rows, how can I update the database table with the affected rows? Is there a way to tell which rows in a dataset have been changed or added?