HomeCommunityControl GalleryForm ControlsDrop DownsAutoSuggestMenu

AutoSuggestMenu



Submit a Review

956 Downloads

9,942 Views


Description

Free ASP.NET (2.0) control that utilizes .NET AJAX Extensions to retrieve and display list of suggestions when user types into associated text box. Supports paging of suggestions and many other options. Control's look and feel is fully customizable using CSS. Complete source code and demos are available for download.

Syntax Example

<asp:TextBox id="txtCity" runat="server" MaxLength="100" Columns="30" runat="server"/> <Custom:AutoSuggestMenu id="asmCity" targetControlID="txtCity" OnGetSuggestions="GetCitySuggestions" runat="server"/>

Screenshots

Reviews

Submit a review