Hi,
Any advice please.
I have various forms (e.g. frmCustomers, frmProducts), each having bindingSources and tableAdapters. The forms have the required Fill methods triggered from their constructors. It appears that the DataTable filled only exists in the App for as long as the form does.
What I want is a method to have the DataTable that has been filles, stay in scope within the app so I can use it again without having to call Fill again.
Anybody have a good way of doing this? Maybe copy the DataTables to local variables in the Parent form?
Cheers.