Nella definizione della funzione, esegui la query sul database:
[System.Web.Services.WebMethod]
[System.Web.Script.Services.ScriptMethod]
public string[] GetCompletionList(string prefixText, int count) { // open connection
// query
SqlDataReader re=command...("select parola from lista where parola like '%"+prefixText+"%'")...
}
Oppure non ho capito bene la tua richiesta?
Info:
http://ajax.asp.net/ajaxtoolkit/AutoComplete/AutoComplete.aspx Ciao