Populate a Datagridview

D.Letd

New member
Joined
Apr 18, 2007
Messages
3
Programming Experience
Beginner
I am wondering if anyone can help me please in newbie terms.

1. I read a csv file from hard disk into an arraylist then bind the arraylist to datagridview but I want to display it in two rows of 10:

how do I split and populate next row rather than just one column with 20 values?

how can I leave out initial value as it is a title and not a value I need?
 
read it into a datatable instead. There are guides on the net for using the Microsoft Access driver to read csv files straight into a datatable.

The following discussion was intersting:

http://www.vbdotnetforums.com/showthread.php?t=18030

Do please read the whole thing before attempting any of the advices; we hammer out the goods and bads of different methods.. DOnt jsut jump straight into doing the first thing that looks like a solution!
 
Back
Top