ASP.Net MVC 2 Auto Complete Textbox With Custom View Model Attribute & EditorTemplate
- by SeanMcAlinden
In this post I’m going to show how to create a generic, ajax driven Auto Complete text box using the new MVC 2 Templates and the jQuery UI library.
The template will be automatically displayed when a property is decorated with a custom attribute within the view model.
The AutoComplete text box in action will look like the following:
The…