Hi,
I have one DataTable, with two: BindingSource1 & BindingSource2...
I added one item (record) to BindingSource1 from Form1 and save data back to the table adapter and database, I returned to BindingSource2 but I couldnt find the new record.
how to solve this problem?