DataGridView

  • Thread starter Thread starter Tony Johansson
  • Start date Start date
T

Tony Johansson

Hello!

How do I add data from a text file into a DataGridView

Can somebody give me a simple example.

//Tony
 
Tony said:
How do I add data from a text file into a DataGridView

Define "add" ...

Do you want to parse the text file into rows and columns?
Or do you want to dump the whole text into one cell?
 
Back
Top