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?
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?