Text Box Autocomplete Control
-
Hi Everyone :-D Im trying to do an auto complete text box control that it binded to sql .. so that when a user types in something like lets say in the database i have a table called building and in the building table i have columns like Building ID & Building Name and that will be binded to the textbox so that when i type in Micr it will give me a drop down of all the stuff i have in the database that start with "Micr". Does any one know how do to do this.. An example or idea will be very helpfull.. Thanks in advance ...
-
Hi Everyone :-D Im trying to do an auto complete text box control that it binded to sql .. so that when a user types in something like lets say in the database i have a table called building and in the building table i have columns like Building ID & Building Name and that will be binded to the textbox so that when i type in Micr it will give me a drop down of all the stuff i have in the database that start with "Micr". Does any one know how do to do this.. An example or idea will be very helpfull.. Thanks in advance ...
Give this a look. It's my AjaxComboBox. You can use this idea to get the information and populate a list and allow the user to select from it. http://www.codeproject.com/KB/WPF/WPFAjaxStyleComboBox.aspx[^]
Cheers, Karl
» CodeProject 2008 MVP, CodeProject 2009 MVP My Blog | Mole's Home Page | XAML Power Toys Home PageJust a grain of sand on the worlds beaches.