ASP.NET MVC3 Razor - Auto-complete Tutorial?

后端 未结 2 2038
甜味超标
甜味超标 2021-01-17 14:55

How do you implement auto-complete with ASP.NET, MVC3, and Razor?

相关标签:
2条回答
  • 2021-01-17 15:16

    This isn't using Razor but translating it from webforms to razor is pretty trivial: http://tpeczek.com/2010/05/jquery-autocomplete-in-aspnet-mvc.html

    0 讨论(0)
  • 2021-01-17 15:19

    You could use jQuery UI Autocomplete control along with an mvc action that returns a JsonResult with the right data

    0 讨论(0)
提交回复
热议问题