Click here to Skip to main content
15,881,281 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Want to create auto complete textbox in asp.net vb in which once page loaded data filled in hiddenfiled or somewhere from database and then after autocomplete in textbox works without request to server and load data in textbox. Code in ASP.NET VB
Posted
Comments
[no name] 27-Jun-15 6:05am    
We are not a write code to order service. Do your own research and write your own code.
Aniket_T 27-Jun-15 6:18am    
i need solution. i can do it from server side but i want to do it client side so server load decreased...
F-ES Sitecore 27-Jun-15 6:35am    
Look at jquery ui autocomplete, you can run that from a client-side array and there are examples there too.
[no name] 27-Jun-15 6:44am    
And you have a solution. Do your own research and write your own code. Why you think that client side code would help you do server side data operations is a mystery but good luck with that.
Sreekanth Mothukuru 28-Jun-15 4:27am    
I don't know who down voted the solution. Let me remind all that this is not a freelancer site where you get ready made solutions. Think before you participate in voting.

1 solution

One of the best JQuery library to implement this functionality is Typeaheadjs

https://twitter.github.io/typeahead.js/[^]
 
Share this answer
 
Comments
Sreekanth Mothukuru 28-Jun-15 4:26am    
I don't know who down voted the solution. Let me remind all that this is not a freelancer site where you get ready made solutions. Think before you participate in voting.

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