4

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?

3 Answers 3

7

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

Sign up to request clarification or add additional context in comments.

Comments

2

I wouldn't spend time developing a general solution of this, since it's already very easy to wire up. And, as you said, there's always different scenarios to cover.

Oh, and I'm a .net-guy, so don't ask me about the Ruby-part :)

Comments

0

Even being a very old question I've come to this today, and searching for others options I found this, and maybe it could help.

I think it's a good autocomplete helper implementation, but needs some improvements, mainly on the URL creation using those enums. Still worth a look and save some time.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.