Hello,
I'm working on Windows application
i have form1 which contain data gridview to view the content of table from sql database.
i've enabled edit, delete in the gridview, but after editing or deleting any row of that table, close the application and re-run it, it didn't save the editing or the deleting!!
so any help ?
table columns as the following;
E_ID (int), E_name (varchar), E_Des (varchar)

1 answers
did u specify the insert/update/delete procedures or queries in the gridview?
answered 2 years ago by:
1556
I don't know how to do that, coz i can't see but the select statment from (Add Query). this select statment is about the fields which the gridview will view it at the load of this form.
so any help?
answered 2 years ago by:
0
This post was imported from csharpfriends, if you have a similiar question please ask it again.
All previous members have been migrated, hope you enjoy the new platform!