A1VBCode Forums

Auto Complete text in Visual C#


http://www.a1vbcode.com/vbforums/Topic25124.aspx

By lookfahim - 6/5/2008

Hello i am developing a programe in visual C# and Sql Server and i am using Auto Complete text in my Programe....Its working well but there is a problem ...when i write something in textbox it automatically show the data but when i select the data from Auto complete drop down list and press the enter it can't show the data.i use key press in that text box but its cant work....plz help me 
By C1JohnAdams - 7/16/2008

Hi,

I would suggest you to go through the following article which demostrates how we can create an AutoComplete TextBox and ComboBox

http://www.codeproject.com/KB/combobox/AutoCompleteComboBox.aspx

http://www.codeproject.com/KB/cs/AutoCompleteTextBox.aspx

Hope this helps Smile