views:

1097

answers:

2

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?

A: 

You can accomplish what you want to do by using the AjaxControlToolkit AutoComplete

http://www.asp.net/AJAX/AjaxControlToolkit/Samples/AutoComplete/AutoComplete.aspx

J.13.L
A: 

You might want to take a look at this blogpost.

Perpetualcoder