1) Do you mean 2-Dimensional arrays ? This page provides a good set of examples based on Arrays in VB.NET:
http://www.java2s.com/Code/VB/Data-Structure/TwodimensionarrayDemo.htm 2) In all the years I have been working with .NET, I have never needed to use ArrayLists. I regard them as a convenience collection for newbies. Mainly because they hold entries as objects instead of strongly typed instances. On Aug 27, 4:01 am, Ana <[email protected]> wrote: > Hi, > > I have two very simple questions: > > 1) Is there a way to use bi dimensional arrays in ASP.NET? > > 2) Why not to use Array List? What are the disadvantages of using it > and what to use if not using ArrayList? > > Thanks, > > Ana
