Example of AutoCompleteFor in ASP.NET MVC AutoComplete Control
This example demonstrates the strongly typed helper of AutoComplete
. Edit the autoomplete's value and click the 'Submit' button to pass the modified value to controller.
DEMO
SOURCE
In this sample, the AutoComplete is rendered with strongly-typed helper (FOR control) and bind its value from controller using model binding. The modified value is bind to controller action "AutocompleteFor" when submit a page.