blah blah blah is here! blah blah » Close

up0down
link

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)

last answered 2 years ago

1 answers

up0down
link

did u specify the insert/update/delete procedures or queries in the gridview?

up0down
link

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?

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!

Feedback