I have loaded data from an Excel sheet via SqlBulkCopy
into a SQL Server 2016 database. Then I have loaded this table into a datagrid in C# & WPF.
Some cells are empty, and if I write something in them, I want to immediately (right after I pressed Enter or click on another cell) update my database.
I've looked up many solutions on the internet but none of them helped me.
Thank you in advance and have a nice day!