HomeCommunityControl GalleryMiscellaneousSearchEasySearchASP.net & Word Complete

EasySearchASP.net & Word Complete



Submit a Review

366 Downloads

11,548 Views


Description

EasySearchASP.net offers the easiest and fastest way to add search capabilities to your website.

What are your customers looking for you your website? Do you know if they're even getting the information they originally came to find.

Global search engines make it easy for users to find your site. But once a user arrives, they must rely on your site layout, and navigation to find their way around.

Add EasySearchASP.net to your website in about 5 minutes, and let your users find what they're looking for.

EasySearchASP.net is easy to install on both dedicated servers, as well as Hosted Servers via FTP. After functionality, our number one goal when developing EasySearchASP.net was to make the product as EASY to use as possible.

Syntax Example

EasySearch consists of two simple to use visual controls. A Search Control and a Search Results Control. Both of these controls are listed in the following Example.aspx page. A further description can be found at the following URL. http://easysearch.mykb.com/article_88c93.aspx Register the Controls in the ASPX page. 1: <%@ Register TagPrefix="uc1" TagName="Search" Src="SearchControl.ascx" %> 2: <%@ Register TagPrefix="uc1" TagName="Results" src="EasySearchResults_DataGrid.ascx" %> This is a supplied CSS style sheet. 7: <link rel="stylesheet" href="EasySearchASP.css" type="text/css"> Here we load the Search Control. This is the text box that allows the end user to type in their search criteria. This control also renders the appropriate code that powers the Live Hints functionality of EasySearchASP.net. 17: <uc1:Search id="SearchControl" 18: ResultsPageUrl="~/EasySearch/Sample1.aspx?Search={0}" 19: IncludeEnterPostBack="true" 20: runat="server" /> Here we load the EasySearch Results Control. The product actually comes with 3 example controls. Two DataGrid controls (one with Paging), and a repeater control, that simply lists all the results. Keep in mind that this is only a sample. The Search Results emits a DataTable that can be bound to any control. 29: <uc1:Results Id="EasySearchResults_DataGrid1" 30: runat="server" /> -- All very simple to use. -- --

Screenshots

Reviews

Submit a review