UltimateSearch Class Library

UltimateSearchInput Class

UltimateSearchInput is an ASP.NET web server control that allows the user to enter and submit the search terms.

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

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

[Visual Basic]
Public Class UltimateSearchInput
    Inherits WebControl
[C#]
public class UltimateSearchInput : WebControl

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

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.

Requirements

Namespace: Karamasoft.WebControls.UltimateSearch

Assembly: UltimateSearch (in UltimateSearch.dll)

See Also

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