Hi,
I have a gridview populated from a List<> and i want to be able to modify, delete or to add a new row (by clicking on "Add new row " at the bottom of the grid) directly on grid . After the user fills out all columns, he will click on a save button outside the grid. Now, i want to know how to iterate between gridview rows to know wich rows were added an wich were modified, deleted....
And depeding on the row state, i'll do an insert, update or delete on the Database.
Thank u very much!
I have a gridview populated from a List<> and i want to be able to modify, delete or to add a new row (by clicking on "Add new row " at the bottom of the grid) directly on grid . After the user fills out all columns, he will click on a save button outside the grid. Now, i want to know how to iterate between gridview rows to know wich rows were added an wich were modified, deleted....
And depeding on the row state, i'll do an insert, update or delete on the Database.
Thank u very much!