How about the Autocomplete in the jQuery UI?
ASPNET MVC Input hints
Bryan Valencia
186
Reputation points
When you enter data into a field on a web page, the browser will usually pop up a box of recent entries.
Is there a way for me to control these hints in code?
For instance, if I'm doing a search form, in the "Customer" input, I want to list the last 20 customers the user has accessed.
Alternately, I suppose with JQuery I could make a popup box that appears when the input field is edited, and filters it's list dynamically.
(this is like the Winforms combobox in the "help and fill" mode.
Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.