Posts tagged asp.net
HOW DO I CREATE A SEARCH ENGINE FOR MY WEBSITE USING ASP.NET C#?
Mar 9th
Question by bigkid:
How do i create a search engine for my website using asp.net c#?
I am trying to search a SQL Server 2008 database table based on user input into a texbox. I have already tried using the clause LIKE ‘%x%’, but it’s not useful when the user types in multiple words. I want my search engine to be able search keywords in the database. I read about FREETEXT and CONTAINS, but im not sure if that will work.
Please help me..Thanks in Advance.
Read More >>
HOW TO USE GOOGLE SEARCH ENGINE IN MY ASP.NET PROJECT????????
Aug 17th

iam building a project using asp.net…….
i want to implement google search engine also in it????/
pls tell me where would i find the ready made piece of code to implement additional functionality to use google search in my project…….
pls tell me step by step how n where should that code should i paste into my project & what tools r needed from tool bar….
don’t give me just the link pls…
thank you…….
Read More >>
HOW DO I CREATE A SEARCH ENGINE FOR MY WEBSITE USING ASP.NET C#?
Jul 1st
I am trying to search a SQL Server 2008 database table based on user input into a texbox. I have already tried using the clause LIKE ‘%x%’, but it’s not useful when the user types in multiple words. I want my search engine to be able search keywords in the database. I read about FREETEXT and CONTAINS, but im not sure if that will work.
Please help me..Thanks in Advance.
Read More >>