VladimirKim
Programmer
Hi, I have this problem of passing bunch of names of textboxes and values in them in a collection, array, or arraylist or whatever to a method . Values better be integers.
Is it possible to create a 2-dimensional ArrayList that has the first column as a string type, and 2-nd column as an Integer? I know that in Java ArrayList allows that. However, in VB.NET the same technique does not work.
Thanks.
Is it possible to create a 2-dimensional ArrayList that has the first column as a string type, and 2-nd column as an Integer? I know that in Java ArrayList allows that. However, in VB.NET the same technique does not work.
Thanks.