This application shows how to search Windows Index in ASP.NET. Windows Search builds a full-text index of files on a computer. This application lets you search by file contents and file attributes.
In the project folder, create PaginatedList.cs, and then replace the template code with the following code. If the search string is changed during paging, the page has to be reset to 1, because the ...