Click here to Skip to main content
15,912,205 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I put a searching field in my projects if i put value and click on the search button it retrieves all value according to filled contents but i want that .... While typing in the search field, make it directly search without the need of pressing any button means when user types character it the list should automatically generate according to input characters for ex:
if i put an then list should show ankit, aneeta, anil,etc
Posted
Updated 21-Feb-12 23:47pm
v2
Comments
avdheshjoshi 22-Feb-12 5:42am    
you can use Handler with use of JQuery.

I guess you need an auto complete textbox :

http://goo.gl/H7ZHs[^]

http://goo.gl/5zd7u[^]

http://goo.gl/Zc9SQ[^]
 
Share this answer
 
Hi,
are you checking for autocomplete of the textbox. If so refer the below link or google for ajax auto complete textbox

http://www.ajaxtutorials.com/ajax-control-toolkit-tutorials/ajax-control-toolkit-tutorial-autocomplete-extender-using-asp-net-c/[^]
 
Share this answer
 
Comments
mukti goutam 23-Feb-12 4:26am    
i have an input field and want to put some text in input field and then want to show in list below of input field.
beevif 23-Feb-12 4:43am    
If you are using ajax in your application then prefer ajax autocomplete extender. or else search for jquery autocompleter.

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