Hai,
I have a problem in declaring ArrayList. When I declared an instance of
arralist varible in page load event ex :- Dim arrList as ArrayList, I got an
error message "Type expected". I dont know what is wrong with declaration.
Anybody pls help me and thanks in advance
Thanks and regards
BIJU
Mark Rae [MVP] - 09 Mar 2008 13:56 GMT
> I have a problem in declaring ArrayList. When I declared an instance of
> arralist varible in page load event ex :- Dim arrList as ArrayList, I got
> an
> error message "Type expected". I dont know what is wrong with declaration.
Dim arrList As New ArrayList()
http://msdn2.microsoft.com/en-us/library/system.collections.arraylist(VS.80).aspx

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net