could anybody help to create autocomplete dropdown box with editable, whatever we typing in dropdown box it should show dropdown of the control, in my project i filled the dropdown box by store number from mysql database, For Eg., if i will type "43" it should show all stores starts with "43", suppose if i will type "26" it should show all stores starts with "26".please give some idea to get logic with any sample code. Please anybody to help me out from this problem
I believe your looking for an AJAX approach, I would look into http://ajax.asp.net/Default.aspx - which plops an ajax layer on top of your standard logic. Should give realtime results
Hi, First thank you for reaponse, i downloaded ajax.net frame work but my doubut is if suppose i will install ajax.net frame work it will make any problem to exsist coding in my project, please make sure that, please give if you have sample code for autocomplete dropdown list. Thank you.
This should be what yah need http://www.codeproject.com/aspnet/combobox.asp codeproject is amazing by the way, they put out a lot of quality scripts