UltimateSearchOutput Class

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
UltimateSearchInput is an ASP.NET web server control that calls the search functions and displays the results.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

Syntax

C#
public class UltimateSearchOutput : DataList
Visual Basic
Public Class UltimateSearchOutput _
	Inherits DataList
Visual C++
public ref class UltimateSearchOutput : public DataList

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.

Inheritance Hierarchy

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

See Also