Find value in collection
- by Srikanth
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