hello to all good day,
BTW is there way to know what item of the bindinglist has been edited?
i came up with this problem when i create a view in mysql and a class in c# then i populate the binding list with that class, then i used it as datasource for a gridview.
now when i edit the data in the gridview for testing pupose only to see if the binding list is affected. then i iterate the bindinglist and found that the bindinglist items is modified.
now i want that data to update in the database using other methods, because the view is not updatable.
so the thing i need is, which item of the binding list has been edited so i can collect them, then update it to the database.
Is there way to do this?
if not, is there generics that i can use as a datasource?
I will appreciate for any help to come.
thank you
BTW sorry for my bad english