Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to develop searching option for my website users like facebook find friends feature using .net?
Posted

1 solution

Use jQuery for this. jQuery has combox.js, when you add a reference to this script file and make your dropdown with this style, it will automatically add search UI for Ui that look like FB search. Please let me know if you have any issues.jQuery libs are:
1) combobox.js
2)jQuery.Autocomplete.js
 
Share this answer
 
Comments
Member 10346894 2-Mar-15 11:14am    
Thanks @Saransh for your reply!!! Can I use angularJs for this purpose? Could you please guide me ?
SaranshSrivastava 2-Mar-15 12:24pm    
I've done it using jQuery but yes, we can do this using Angularjs as well.You have to create a module/plugin in angular and it will be done.

Member 10346894 3-Mar-15 5:48am    
Will you please suggest me that which is better and fast ?? jquery Or Angularjs

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