i have a datatable that i want to save to a My.Settings Datatable However when i reopen the application i find that the table is not saved
My.Settings.Datatable = someDatatable
is there something wrong with the above statement or something else that i should do?
Assign a
TableName
, for example:If i reopen the application the datatable still exists.