M
motimh
Could someone please show me the code (or design-time) required to use
a comma-delimited textfile as data to a datagrid?
a comma-delimited textfile as data to a datagrid?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hi there,
Have a look at this blog post:
http://weblogs.asp.net/donxml/archive/2003/08/21/24908.aspx
The code is in C# but can be converted to VB.NET easily. The basic idea
is that you use the Jet engine to load the CSV file for you and then you
fill a DataSet with the results.
Once you have the DataSet you can bind it to the DataGrid like you
normally would.
Regards,
-Adam.
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.