I am new to VB.Net

I would like to display data from an array in a table. I would also like the table to be navigable by the user.

I think the best way may be to use a datagrid and bind the array to it if possible. Can anyone give me some quick code to test on binding a 1-D array and displaying it (if this is possible)

Thanks very much

Don