Hi,
I am using a textbox control, inthis textbox i will enter a letter the names starting with that letters should come like dropdown menu as like google search. For example if i type letter 'R' the names like Raghu, Ramya, Raju, Raman,Rama,Radhika etc should come like dropdown. If i type 'M' the names like Manu, Manasa,Meghana,Manya,Mahest etc should come like drop down menu. How to do this these all the names i am fetching from database. please can anybody help me regarding this?
Loading
Prabhu RajaPosted Oct 20, 2011, 4:40 AM
http://www.c-sharpcorner.com/UploadFile/sanjeet26d/213/
Prabhu RajaPosted Oct 21, 2011, 2:36 AM
AshwiniPosted Oct 21, 2011, 2:34 AM
I got the solution thanks.
TulasiPosted Oct 20, 2011, 4:24 AM
ur requirement is like AutoComplete Extender control of ajax
plz chk the below link
http://www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite/autocomplete/autocomplete.aspx
Please mark the answer as Accepted if it helps you.