how to show data in a grid using VB .NET? I found some examples using datagrid, however, the data I have is not in a database! It is in an array (2D). However can I show this 2D array in a data grid or table by VB .NET? in VB6, I use MSFlexGrid and fill the cell value one by one. However, I can not find out how to use FlexGrid in . NET.

thanks