Click here to Skip to main content
15,887,399 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hi to all,
here i want to do autocomplete dropdown/textbox or normal textbox with autocomplete.Here i using mvc controller ,repository .how to write the code for my task.
Posted
Comments
[no name] 18-Dec-14 7:27am    
Please try yourself and if stuck post the code. Your question seems to be homework.
Please try else post your code what you have tried.
If you need logic post back in comment.
thanks
Nathan Minier 19-Dec-14 10:23am    
You will need to use JavaScript (or a framework) to provide the input box with the functionality (called typeahead in bootstrap) and you will want a controller action that will post JSON back for your currently typed values.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900