D
DerekGel
Guest
I have used the following code to save changes from a dataset to the database
TableAdapter.Update(Dataset.Tables("{TableName}"))
Dataset.Table("{TableName}).AcceptChanges
I inserted these commands for the validate current cell of my datagrid
When I change a value in the cell the data is not being written to the data table
What am I missing?
Derek Geldart
Continue reading...
TableAdapter.Update(Dataset.Tables("{TableName}"))
Dataset.Table("{TableName}).AcceptChanges
I inserted these commands for the validate current cell of my datagrid
When I change a value in the cell the data is not being written to the data table
What am I missing?
Derek Geldart
Continue reading...