I am making a simple app that reads data in from a file. So far i have been able to read in all the data into an arraylist.
However i need to give the user the ability to search the arraylist and return all the values associated with their search. To search the user enters a keyword or what ever into a text box and when they click search the related results will appear in a list box.
What code do i need to be able to search an arraylist.
ArrayList? Are you still using .net 1?List<string>instead.