hi all
i update my dataset . when i exit app and start again my new data is there but when i open database i see new data dont apply.
this is my code :
thankful.
i update my dataset . when i exit app and start again my new data is there but when i open database i see new data dont apply.
this is my code :
dBVideoArchiveDataSetArchiveTableTableAdapter.Update(dBVideoArchiveDataSet.ArchiveTable);
dBVideoArchiveDataSet.AcceptChanges();
radGridView1.Rebind();
thankful.