This is a discussion on GridView controlled commit to DB - DOTNET ; Hi, I would like to load data from a table in my database into a gridview, modify the gridview (without my changes being commited to the database), and commit my (potentially many changes e.g. add, remove, edit of rows) to ...
Hi,
I would like to load data from a table in my database into a gridview,
modify the gridview (without my changes being commited to the
database), and commit my (potentially many changes e.g. add, remove,
edit of rows) to the database by the push of a button.
Is there a clean way to do this?
many thanks,
Pouria