As a project for academy, I have to import a csv file (xxx,xxx,xxx;yyy,yyy,yyy;...) and a part of the assignment is that we have to display this data, now I would like to know where i can find a good tutorial for using a datagrid without the use of a external database, because the csv file will be splitted in my program. Also helpfull tips are welcome! thanks in advance

Displaying some data
The Strul
Hi pieter,
Make a datatable object in your code with the splitted values as contents and bind the datatable to your datagrid.
hope this hint will help to solve your problem.
regards,
Raj Thilak