开发者

ASP.NET MVC3 Razor - Auto-complete Tutorial?

开发者 https://www.devze.com 2023-02-11 07:10 出处:网络
How do you implement auto-comple开发者_如何学Gote with ASP.NET, MVC3, and Razor?You could use jQuery UI Autocomplete control along with an mvc action that returns a JsonResult with the right dataThis

How do you implement auto-comple开发者_如何学Gote with ASP.NET, MVC3, and Razor?


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


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

精彩评论

暂无评论...
验证码 换一张
取 消