Hi,
I have a windows test project, C#, with one datagridview, tableadapter and dataset. The datagrid view is bound to the dataset. I have implemented the method datatabpe.update(dataset), but the changes done on the datagridview simply don't get to the database. so that next time I open the application, I don't see the changes.
I have tried other methods suggested in forums, but without any success up to now.
Can someone point me to simple step by step instructions how to make this work.
Thank you.