Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.NET MVC jQuery Autocomplete HtmlHelper

I was thinking about writing universal HtmlHelper for jQuery autocomplete wire up for ASP.NET MVC and I would like to know first if something like that already exists.

Also do you think it even makes sense to write one because so far even by myself I had 4 different scenarios for which I had to customize it (data from the datastore is almost always different and I always need some custom display of it, sometimes ID is the key, sometimes not)?

How do Ruby guys do it?

like image 765
mare Avatar asked Jan 23 '23 11:01

mare


1 Answers

Here you have an example of such a helper. I found it very useful.

like image 148
uvita Avatar answered Jan 25 '23 02:01

uvita