Hi all,
I'm looking for a way to create two dimentional dynamic array of type object in vb.net desktop application.

I know how to create a normal dynamic array:-

Dim MyArr As New System.Collecti ons.ArrayList
MyArr.Add("Name ")
MyArr.Add("Age" )

I'll be waiting for your reply.

Kind regards,
Yahya