Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Search Pages using Data-bound Controls, Index Server, and ASP.NET
Remove White Space from Text
OmniSearch (Google Caching Engine)
Internal Site Search Engine
Creating Search Pages with Index Server and .NET
Create a Site Search Engine in ASP.NET
Add Google Search to Your Site
Top Code
Add Google Search to Your Site
Create a Site Search Engine in ASP.NET
Creating Search Pages with Index Server and .NET
Internal Site Search Engine
OmniSearch (Google Caching Engine)
Remove White Space from Text
Search Pages using Data-bound Controls, Index Server, and ASP.NET
ASP.NET > Tips and Tutorials > Searching
Source List

Code 1-7 of 7   


Search Pages using Data bound Controls, Index Server, and ASP.NET is an useful article for the beginners to understand more about search engine. From this search engine tutorial you can create a powerful search engine using ASP.NET. XML scripts use



This is an article that shows you how to transform unnecessary white space into single spaces. In this tutorial the author shares a technique used in stripping out the HTML for replacing the entire white space with newline characters by single spaces



Omni Search is an useful article to the beginners to understand the caching of search keywords from google web service API. The search results are processed as XML file using XSL. Omni search engine derived all the result through google search engine



Internal Site Search Engine is an useful article to know about search engine. From this article the number of matching phrase on the page can be calculated. From this article users can search any type of keywords with any extension. The search result



Creating Search Pages with Index Server and .NET is an useful article. From this article you can create the search page and search engine. This article gives you some technique to create a query and create a result page in ASP.NET. In this tutorial t



Create a Site Search Engine in ASP.NET is a perfect search engine. Using this search engine you have an option to search entire page and also dynamic pages. This search engine searches any types of file with any extension placed on web.config file. B



Add google search to your site article explains how to fetch results from google server and display them on your site. From this article, you can able to understand about automated search engine queries and usage of google web service API. This is an