Edit, Update, Delete Windows Datagridview using entity frame

Mar 17 2015 9:20 AM
Hi All,
Im creating a windows application. i have used ADO.net Entity model for database connection. using Entity framework i have added values to database and using stored procedure i displayed database values in data grid view.
Now i want to edit, Update, delete, data grid view rows by adding buttons near every row using stored procedure entity framework and update database.

Answers (1)