copy elements in a text-file to datagrid

you shouldnt be using datagrid, you have .net 2.0. use datagridview instead

There are many ways, i find the easiest is to connect to the text file using the Microsoft Jet database driver, and read from the file as if it were a database
 
Back
Top