
12-23-2003, 08:01 PM
|
|
Junior Contributor
|
|
Join Date: Aug 2003
Posts: 306
|
|
How Should I be doing this?
|
Ok.. I have a String(Html Source) I am seraching from a textbox I am getting mulitiple Items from this string..
Name, Cost, Value
Currently..
I am displaying the Name in List1, Cost in List2, Value in List3 &
another Listbox, List4 which contains the Item(s) I am seeking..
So I am Compairing List1 with List4 If there is a match I am then using the Value Index(to go to a new webpage) that is associated with the Name Index.
I was wondering if I could add the Name, Cost, & Value into List1 and still beable to Compair List1 with List4..
Or if sending all items to a temp File and Compair List1 with List4 and search the temp File to get the Value.
Really I guess all I am asking is how could I speed this process up and keep it visually appealing.
|
|