i'm trying to create a search bar where the user searches for an item.
the items are in ArrayList and there is multiple ArrayLists.
I want the user to be able to search for something, from all the available ArrayLists and show the result possibly in another listBox..
ie. user searches for documents,
search returns with all items containing documents which shows in listbox. then the user can click and open that object..
what is the best way to achieve this?
thanks.