在這裡把一些問題匯整一下><
- 安裝了ASPAJAXExtSetup.msi之後,想要有AutoCompleteExtender,還要再加裝ASPAJAXCTP.msi
- 在原本的網站方案裡,加入ScriptManager會發生找不到項目的問題,請更改web.config的pages control,把「add tagprefix="asp"」改成「add tagprefix="ajax"」就可以用了(聽說這是個bug,畢竟還在beta版)
- 在取得資料的WebService中,加入
[Microsoft.Web.Script.Services.ScriptService]
public class AutoCompleteService : System.Web.Services.WebService {
......
大功告成!!
請參考下列網址:
ASP.NET Forums - AutoCompleteExtender not working for me in Beta 1.0