I want to implement incremental search on a list of strings. Consider I have an array containing which contains the strings store,state,stamp,crawl,crow. My application has a te
Whoa...
Just use the builtin AutoComplete functionality on the textbox. You can provide it with your list of words and it will do the matching for you.