December 24th, 2012 10:57 AM
Hia,
I'm looking to move data between two DataTables (with a twist) & am looking for some guidance......
I have a WinForms application that works as follows :-
- Form_A is the main form &...
September 6th, 2012 02:39 PM
I had part of the code in the incorrect scope, so it was localised to a command button & not being shareable.
I then used this code to copy the selected columns to the second datatable :-
...
September 5th, 2012 02:15 PM
Hi all,
Hoping for some pointers / advice.........
I have a winforms application that imports data from a flat file into a datatable.
I need to select certain columns from this import &...
August 27th, 2012 03:32 AM
Hi all,
I have an Excel spreadsheet that I am importing into a datagridview in a winforms application.
Unfortunately the Excel spreadsheet comes from an external source that I have no control...