UltimateSearchInput Class

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
UltimateSearchInput is an ASP.NET web server control that allows the user to enter and submit the search terms.

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

Syntax

C#
public class UltimateSearchInput : WebControl
Visual Basic
Public Class UltimateSearchInput _
	Inherits WebControl
Visual C++
public ref class UltimateSearchInput : public WebControl

Remarks

UltimateSearchInput control gets the search terms and search type from the user, and then redirects the search input to SearchOutputPage in the form of a QueryString such as http://localhost/MyWebApp/SearchOutputPage.aspx?usterms=searchTerms&&ustype=searchType.

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      Karamasoft.WebControls.UltimateSearch..::..UltimateSearchInput

See Also