I'm using Visual Studio 2005, C# with Framework 2.0. I'd like to use auto complete, but would like the list to come from a table in my database.
Is there a way to databind the AutoCompleteSoure?
I'm using Visual Studio 2005, C# with Framework 2.0. I'd like to use auto complete, but would like the list to come from a table in my database.
Is there a way to databind the AutoCompleteSoure?
You can accomplish what you want to do by using the AjaxControlToolkit AutoComplete
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/AutoComplete/AutoComplete.aspx