R Rachita New member Joined Sep 20, 2008 Messages 4 Programming Experience Beginner Jun 10, 2009 #1 Hi Can anyone help me. i need to read an object to an array list. Can anyone send me some links where i can get in depth tutorial on array list.
Hi Can anyone help me. i need to read an object to an array list. Can anyone send me some links where i can get in depth tutorial on array list.
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,875 Location Norway Programming Experience 10+ Jun 10, 2009 #2 You should not use ArrayList, instead use List(T) Class (System.Collections.Generic) Upvote 0 Downvote