N
Nikhil Patel
Hi All,
I am using a dll function that returns a two diamensional array
containing BankNames and RoutingIds. I need to display BankNames and
RoutingIds in two different comboboxes. When user selects an item in any of
these two comboboxes, I need to pick the matching item in another combobox.
Right now I store the values in a module level two diamensional array and
when user selects a bankname or routingid I loop through the array to find a
matching value. Is there any way to avoid looping through the array. I
thought I could use an ArrayList. But since all of the items will be string,
I don't think using ArrayList is good idea. Has anyone written a
StringArrayList? Is there any other better way to do this?
Thanks.
I am using a dll function that returns a two diamensional array
containing BankNames and RoutingIds. I need to display BankNames and
RoutingIds in two different comboboxes. When user selects an item in any of
these two comboboxes, I need to pick the matching item in another combobox.
Right now I store the values in a module level two diamensional array and
when user selects a bankname or routingid I loop through the array to find a
matching value. Is there any way to avoid looping through the array. I
thought I could use an ArrayList. But since all of the items will be string,
I don't think using ArrayList is good idea. Has anyone written a
StringArrayList? Is there any other better way to do this?
Thanks.