how to revert back event changes from datatable to database
ds = table.DataSet; adpt1.Update(ds, "Calander"); ds.AcceptChanges();