2
Answers

Saving data from datagridview to database sql server

Hey,
Im using visual studio 2010.
 
I have an application based on winforms.
 
Im using c#, i have a datagridview wich is loaded with data from a table (sql server database 2008).
 
I want to ask how could I detect if there is a modification in datagrid and save the modification to the table in my databse!
 
like and update, insert and delete operation !
 
thank you
 
here is my mail : el.h.ahmed@outlook.com (cuz im login with facebook account here)
Answers (2)
0
Sakthikumar Thanavel

Sakthikumar Thanavel

NA 1.2k 99.7k 9y
Generally, The web application does not have the rights to access the local file system for security reason. In my point of view i think, it is not possible.