Class

SearchIndexServer

Namespace

BRETTB

Language

C#

In Code Behind Page

/SearchIndexServer.aspx.cs line 31

Summary

This is a very basic web form that illustrates the use of the Index Server Companion and Index Server (or Indexing Service) to return search results for use with the .NET Framework. The results are displayed in a standard DataGrid, so it would be possible to extend this sample code to use paging or sorting of the results as required. In this web form the Index Server is queried using the Index Server provider for OLE-DB. More information about the Index Server Companion: http://www.winnershtriangle.com/w/Products.IndexServerCompanion.asp

Functions

CreateURLFromFileName line 195

Subroutines

ImageButton1_Click line 70,
InitializeComponent line 62,
OnInit line 49,
Page_Load line 40