| Submitted On |
March 02, 2007 |
| Updated on |
July 25, 2007 |
| .NET Framework |
2.0 |
| Cost |
$ 0 |
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