Click here to Skip to main content
16,018,092 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi all,
I want to make a search button on the aspx page which search the records from database as keywords and show the result accordingly.
Posted

Google can provide you with a lot of examples. Try these links and google for even more examples and help on this.

http://www.asp101.com/samples/db_search_aspx.asp[^]
http://www.daniweb.com/web-development/aspnet/threads/64058[^]

Good luck!
 
Share this answer
 
Hi,

you can find best results If you go through these links

http://www.codeproject.com/KB/IP/Searcharoo.aspx

you've to follow your own style for searching algorithms

All the Best
 
Share this answer
 
Open source tool like lucene.net may help you to do this.

Checkout these links
http://incubator.apache.org/lucene.net/[^]


http://lucene.apache.org/java/docs/index.html[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900