How to implement the search on content of web site
-
HI i need to know a way to implement search on my web site that would search the content of my web site and provide the result from my web site, is there any way of doing it with any api for example with google API's or any other in ASP.NET , kindly reply ASAP, thanks in adavance.
-
HI i need to know a way to implement search on my web site that would search the content of my web site and provide the result from my web site, is there any way of doing it with any api for example with google API's or any other in ASP.NET , kindly reply ASAP, thanks in adavance.
There is no search API built into aSP.NET ( how could there be ? ). If your site is live on the web, you could just build a google query that searches your site. If it's not, then you need to index your site and search it, almost certainly from a SQL database.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
HI i need to know a way to implement search on my web site that would search the content of my web site and provide the result from my web site, is there any way of doing it with any api for example with google API's or any other in ASP.NET , kindly reply ASAP, thanks in adavance.
You could also try Microsoft Index Services http://www.developerfusion.co.uk/show/7141/ http://aspnet.4guysfromrolla.com/articles/033005-1.aspx
-
HI i need to know a way to implement search on my web site that would search the content of my web site and provide the result from my web site, is there any way of doing it with any api for example with google API's or any other in ASP.NET , kindly reply ASAP, thanks in adavance.
get it Search Engine [^]
please don't forget to vote on the post that helped you.