Find value in collection

Posted by Srikanth on Stack Overflow See other posts from Stack Overflow or by Srikanth
Published on 2010-03-15T12:12:10Z Indexed on 2010/03/15 12:29 UTC
Read the original article Hit count: 176

Filed under:

I need to search a name which is stored in collection.

Search criteria: eg: 'Search Name' . If i give 'N' this name should be displayed. If i give any alphabet then all the names which contains the given alphabet should be displayed..the name can contains more than one word.

I am using List collection.

search criteria: eg. 1) a 2) xyz 3) full name

I have .Net 3.5

© Stack Overflow or respective owner

Related posts about .NET