rmclean
Member
- Joined
- Apr 15, 2010
- Messages
- 6
- Programming Experience
- 1-3
I have a datagridview control on a form where I want a user to be able to enter one or multiple records that will then be saved to a table in SQL server when a button is clicked. The datasource is set programmatically when a different button is clicked that enables the groupbox where the datagridview is located. I've found several posts that talk about tablemappings and using dataset.update but I can't get it to work. If anyone has a code sample that does this, I'd be very happy to see it. Thanks for any help.