tags:

views:

77

answers:

1

Hi,

I am working on C#.Net project with infragistics. My project i want to implement search options, like Microsoft outlook search functionality. For that which infragistics/Winforms tool i have to use, how to implement same Microsoft office Outlook 2007 Instant Search options in my project.

Thanks

+2  A: 

You can try to use lucene.net search engine. Here is some basic info about this tool:

Lucene.Net is a high performance Information Retrieval (IR) library, also known as a search engine library. Lucene.Net contains powerful APIs for creating full text indexes and implementing advanced and precise search technologies into your programs.

jethro
I think he is (at least initially) asking which UI component to use, not how to perform the actual search operation
Rune
I reffered to "how to implement same Microsoft outlook search functionality in my project" which IMHO means logic behind `search functionality`, but I must agree that other part of question asks about UI component.
jethro