Tuesday 8 January 2008

ASP.NET Search Engine Creation

Our web crawling product The Website Utility 3.1 is now able to create an ASP.NET search engine for any website.

The ASP.NET search facility is fully .NET Framework compliant, being class based (with properties and methods) and returns search results as a standard .NET DataSet which can be used to populate .NET controls including DataViews and DataGrids. A fully annotated example search form and search results page is included.

See building an ASP.NET search engine for a technical reference with example .NET source code.