i take input from textbox and when user enters any character that textbox should show all the information stored in database related to that character entered by user in textbox in the form of dropdown menu as same thing is implemented in msn.com when we write somenthing in "search menu" then related names are automatically displayed in drop down menu.
plz help me out.
shyam kumarPosted Mar 11, 2009, 1:04 AM
i think u talking about Auto Complete feature. This can be accomplished using Ajax's auto complete tool.
just go through the link
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/AutoComplete/AutoComplete.aspx
cheers,
shyam
Bechir BejaouiPosted Mar 9, 2009, 3:45 PM
and exactly using the textbox1.textChanged event