UltimateSearch Class Library

UltimateSearchOutput Class

UltimateSearchInput is an ASP.NET web server control that calls the search functions and displays the results.

For a list of all members of this type, see UltimateSearchOutput Members.

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.BaseDataList
            System.Web.UI.WebControls.DataList
               Karamasoft.WebControls.UltimateSearch.UltimateSearchOutput

[Visual Basic]
Public Class UltimateSearchOutput
    Inherits DataList
[C#]
public class UltimateSearchOutput : DataList

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

UltimateSearchOutput control retrieves the search terms and search type from the QueryString such as http://localhost/MyWebApp/SearchOutputPage.aspx?usterms=searchTerms&&ustype=searchType, finds the search terms, and displays the results.

Requirements

Namespace: Karamasoft.WebControls.UltimateSearch

Assembly: UltimateSearch (in UltimateSearch.dll)

See Also

UltimateSearchOutput Members | Karamasoft.WebControls.UltimateSearch Namespace | UltimateSearchInclude Directory | UltimateSearch Configuration | UltimateSpellInclude Directory