Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Multi-dimensional arrays in vb.net


Message #1 by "Neil Newton" <capnbooda@a...> on Tue, 16 Apr 2002 04:51:18
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

  Return to Index