Cor, thanks :)
Maybe u know any way, how to create any chart (ASP.NET or Windows
Application), that will take a data from text file?
And about csv - i dodn't know how to use tsv. Maybe i'm doing something
wrong with this provider...
Thanks for answer.
Użytkownik "Cor Ligthert [MVP]" <no************@planet.nl> napisał w
wiadomości news:uz****************@TK2MSFTNGP05.phx.gbl...
Leszek,
You can fill a csv file with OleDb in a Dataset. From which are tons of
samples.
Here the one on our website, that dataset can be used as your datasource.
http://www.vb-tips.com/default.aspx?...f-212f9e0de193
I hope this helps,
Cor
"Leszek" <ma***@zegarek.com> schreef in bericht
news:Or**************@TK2MSFTNGP04.phx.gbl... Hello!
Is there any possibility to load a datagridview from a text file? I have
*.tsv file with performance counters and I'm trying to create a webpage
(or Windows application), that will show charts etc. I don't know how to
connect text file and datagridview.
I didn't find any datasource that reads from .tsv file. First row in file
will be names a columns. Other rows will be a data.
Maybe someone show me an example?