ASP.net Search

Hello!

I'm currently building a website, and I'd like to implement a search feature using ASP.net VB.

I need a simple keyword search that searches all the pages on the server (not a database). I don't need AND , OR , NOT or other search functions. Does anyone know how to do this?

Thanks!http://www.codeproject.com/useritems/DotLuceneSearch.asp

Since you don't want to do searches from a DB, then maybe that will help. Good luck.
 
Back
Top