D
D. Shane Fowlkes
I've been reading up on Arrays in ASP.NET. I'm going to create an two
dimensional array of some type to contain 5 columns but a variable amount of
rows. I read up on the ArrayList function and the HashTable as well. In
the two books I have, there's no mention of the limitations of an ArrayList
and it can only contain a single column array. But from the examples, I've
seen, this seems to be true. The HashTable, as far as I can tell, can
contain key/pairs but can it contain 5 columns of data?
So considering my needs, would you suggest an old fashioned Array or try one
of the others mentioned above and why?
(I'm still working towards my "yellow belt" in .NET so I'm still pretty
new.)
Thanks in advance!
dimensional array of some type to contain 5 columns but a variable amount of
rows. I read up on the ArrayList function and the HashTable as well. In
the two books I have, there's no mention of the limitations of an ArrayList
and it can only contain a single column array. But from the examples, I've
seen, this seems to be true. The HashTable, as far as I can tell, can
contain key/pairs but can it contain 5 columns of data?
So considering my needs, would you suggest an old fashioned Array or try one
of the others mentioned above and why?
(I'm still working towards my "yellow belt" in .NET so I'm still pretty
new.)
Thanks in advance!