Click to See Complete Forum and Search --> : dynamic array


komal
01-03-2007, 06:09 AM
i am working is asp.net2.0

need to create a two dimensional array and its values are inserted dynamically.

since arraylist is not multi- dimesional. i cant opt it.

plz guide me

thxs

Ribeyed
01-20-2007, 07:27 PM
can you not create and array of arrays using the arraylist?

rumbafum
01-23-2007, 12:59 PM
Canīt you use a SortedList?