I have a dropdown in my CreateDocumentTemplate ciew
<%=Html.DropDownList("Part", (SelectList)ViewData["Part"])%>
which is populated from database.
I want to this dropdown to be autocomplete. How can I acoomplish this?
Use for example jQueryUI (even comes packaged with MVC 3)
http://jqueryui.com/demos/autocomplete/#combobox
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With