[Solved] ASP.NET TextBox with Suggestions


You didn’t specify if this is in a web page (ASP.NET using c#) or a Windows form.

For ASP.NET I like the Ajax Control Toolkit, and it has an AutoComplete control that you could use to do this. http://www.asp.net/ajax/ajaxcontroltoolkit/samples/autocomplete/autocomplete.aspx

If you want it for a Windows Forms app, see here: http://csharpdotnetfreak.blogspot.com/2009/01/winforms-autocomplete-textbox-using-c.html

1

solved ASP.NET TextBox with Suggestions