Hi,
I'm completely new to asp net. I want to use a data list and have it
bound to an arraylist. I've used an arraylist for this and it works fine
if I only use one column in the array. However I want to store several
columns in the array, each holding a column of data in the data list. All
the examples I've seen show only a one column array and when I tried to
dimension an arraylist with more than one column I get an error.
Am I missing something or do I need to use something other than an
array or arraylist to do this?
Thanks,
Neil