Getting data from a Datagrid back into SQL Server Database
问题 I apologise in advance because I know this is a very basic question for most of you, but I'm really struggling to find the relevant information I need and wondered if someone could send me in the right direction. I have a winforms app, and a SQLserver database. I know how to poulate various controls (including the datagrid) with data from my database. However, what I am struggling with, is how to get user's manipulation of data in the datagrid, back to the sql server database. Also I know how