If the user enters one or more characters that the Textbox will search its list of suggestions. how can make a Autosuggestion TextBox in asp.net ?
Autosuggestion TextBox
Hi,
Mayur DighePosted Aug 5, 2011, 2:50 AM
AutoCompleteCustomSource= 'file path where suggesstion
words are stored or words
AutoCompleteMode= Suggest | Append | .....
AutoCompleteSource=CustomSource
For more details:
http://www.vbdotnetheaven.com/Blogs/6128/autosuggestiontextbox.aspx