Click here to Skip to main content
15,916,945 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
i enter the some letters in text box it will fetch the data from database and show all related or start with that text box letters using jquery in asp.net application.

please help me...
Posted
Comments
aidin Tajadod 16-May-12 15:04pm    
What have you done? what kinds of problem do you have?
[no name] 16-May-12 15:05pm    
What have you done? Have you done any research at all?
Sergey Alexandrovich Kryukov 16-May-12 15:18pm    
Don't you think it's too late to help? :-)
--SA

 
Share this answer
 
You can achieve the same either using traditional XMLHttpRequest or using AJAX controls or jQuery.

Have a look at these for AJAX control AutoCompleteExtender demonstration:
Using Ajax AutoCompleteExtender for autosuggest[^]
Auto Complete Extender[^]
AutoComplete Demonstration[^]

Have a look at these for XMLHttpRequest:
XMLHttpRequest Object[^]
Google Like Search TextBox[^]

You can also use jQuery to get the desired result. Here:
Plugins - Autocomplete[^]
UI - Autocomplete[^]
 
Share this answer
 

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