How I can save data in database from windatagrid?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I' going to update database by using datagrid which is connected to data base by it's datasource. I want to change data in datagrid and then save it in my data source(e.g. dataset) then update my database with this changed data (e.g. using update command of my adapter). I want to do these things in my winApplication! I don't know if datagrid has any event to do these things or not? If not what should I do? Thanks.