M
m.a
Hello,
I am trying to learn about data binding in winform. I created a database in
Access and add it to my project. I add a DataGrid to a blank from and set
its data source to a table in my database. VS created three new object in my
form a Dataset a Binding source and a DataAdaptor. When I run the
application, I can change data in my data grid but they are not saved in my
database. I like that when I move from a record, if it is changed, the data
save into the database.
I know that I can save data using code and a save button, but is there any
better way to do this?
Is there any tutorial about how I can create such simple application?
Best regards
I am trying to learn about data binding in winform. I created a database in
Access and add it to my project. I add a DataGrid to a blank from and set
its data source to a table in my database. VS created three new object in my
form a Dataset a Binding source and a DataAdaptor. When I run the
application, I can change data in my data grid but they are not saved in my
database. I like that when I move from a record, if it is changed, the data
save into the database.
I know that I can save data using code and a save button, but is there any
better way to do this?
Is there any tutorial about how I can create such simple application?
Best regards