Hi,
Having populated a datagridview with the contents of a Collection, made some changes to it, then called the following code to save all the changes:
Dim Division As New DivisionCollection()
Division = DataGridView1.DataSource
Division.SaveMulti(True)
I'm wondering if there is a better way to persist the changes made. As I'm just getting to grips with LLBLGEN Pro, any feedback whatsoever is welcome.
I'm using VS2005, SQL Server, the current LLBLGEN Pro and Self-Service.
Thanks