Searching LsiView Items

subashbtechmba

Newcomer
Joined
Jun 25, 2009
Messages
3
Hi,
I have listview and Textbox in a winform.Listview contains more than 10 items.I want to search listview items with textbox.text values.How it is Possible?

Thanks
Subash
 
Heya,
You could loop through all the listviewitems and compare each of their .text to the text in the textbox. It should be quite easy:)
 
Back
Top