subashbtechmba Posted June 26, 2009 Posted June 26, 2009 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 Quote
iMP Posted June 26, 2009 Posted June 26, 2009 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:) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.