MFritts253
MIS
I'm working with a datagrid and a dataset, and when the user click the save button. I want to delete,Insert, Update any rows that have a changed row state. Now i have developed stored procedures for each event because i cannot use commandbuilder because my data is from more than one table. So what i'm unsure about is how to create the correct transaction function so that it will read the Rowstate and do accordingly. My dataset is not created with a datatable its just built from a stored procedure.