jquery autocomplete using mvc3 dropdownlist

后端 未结 3 1087
粉色の甜心
粉色の甜心 2021-01-06 09:04

I am using ASP.NET MVC3 with EF Code First. I have not worked previously with jQuery. I would like to add autocomplete capability to a dropdownlist that is bound to my model

3条回答
  •  生来不讨喜
    2021-01-06 09:40

    I have seen this issue many times. You can see some of my code that works this out at cascading dropdown loses select items after post

    also this link maybe helpful - http://geekswithblogs.net/ranganh/archive/2011/06/14/cascading-dropdownlist-in-asp.net-mvc-3-using-jquery.aspx

提交回复
热议问题