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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top