In the Load function of a form, I create a populate a dataset with data using the following command:
Me.Lot_DataTableAdapter.Fill(Me.DESDataSet.Lot_Data, SelectLotForm.lotnumber)
I was just wondering what best practice is when closing the form, Should I dispose of the dataset, dataadapter...