I am a new user of vb.net and all I want to do is display a simple 2 dimensional array of numbers on a form in a scrollable table. 2 columns by 60,000 rows. I tried putting a grid control on the from, but I cannot figure out how to load it. Then I tried declaring a datatable, but even that seems like overkill for such a simple structure. Is there an easy way to do this? I could use a code snippit to get started. Thanks for your help.