I hav created an ArrayList and the data are being insert automatically.. now my problem is how to i find how many data is in the arraylist??
for eg the arraylist hav the following data;
Dim list=new ArrayList
list.add("asd")
list.add("tets")
list.add("abc")
is there any code that could display out the amount of data inside this arraylist; for this case is 3
Thanks in advanceHave you tried,
list.count
http://msdn2.microsoft.com/en-us/library/system.collections.arraylist.count.aspx
MSDN is your friend.
Monday, March 12, 2012
VS 2005:Finding the size of ArrayList
Labels:
2005finding,
arraylist,
arraylistfor,
asp,
automatically,
created,
hav,
insert,
net,
size
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment