add a quick search functionality in ASP or ASP.NET page

J

John Davis

I want to add a "quick search" functionality in ASP or ASP.NET page. I heard
we can use Microsoft Indexing Service to accomplish the task, but not sure
how to do it. Is this the correct approach?? Please advice.

Thanks,
John
 
S

S. Justin Gengo

John,

William is right index server is the way to go.

If you also need to search database results I've created a component that
you send a datatable and search text and it returns a dataview that includes
all the original columns ranked by row. It allows you to specify which
columns to search and searches not only by the full text but by how many
times each word occurrs in the entry. It's working very well for me so far.
I've also created a help file for all the assemblies I've created.

The entire project is available for free (every bit of code is free) on my
web site, www.aboutfortunate.com. Just go to the code library and click the
"Search" button in the left menu.

Sincerely,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,521
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top