Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI Guys,
i wants to implements search box as like in google when i search any words like wpf etc then we find 10 relevant words below like wpf tutorials, Wpf tuturials in .net, etc

how can i implement this in Asp.net,C#, any one please help me.
Posted
Comments
Ankur\m/ 27-Aug-10 2:59am    
I can see your next question on the list. Do I consider this question is answered? If yes, accept the answer and vote accordingly.

You want to write a search engine ? No chance you're going to do that. Your best bet is to pass your searches to google. Just do a google and look at how the URL is formed, then write code to form a google search URL for your search terms.
 
Share this answer
 
You can use AJAX AutoComplete TextBox[^] to do that.
 
Share this answer
 
if you want to search in your machine then it can be done. by using the indexing ... concept. you can put your content in the folder and can set the query to that folder. and can get the relevant result.
 
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