ajax:AutoCompleteExtender版本问题

  最近一直在赶一个项目,这个项目需要用到自动完成功能,以前没有接触过asp.net Ajax,所以只能恶补,现在总算有点收获,现在先不谈我的收获,而是先说说我最近遇到的一个问题,这个问题早就有了,只是没有人回答的很清楚。

     我在项目中使用AutoCompleteExtender的时候,看到很多人都用CompletionListCssClass="提示列表的样式"
    CompletionListItemCssClass="未选择项的样式"CompletionListHighlightedItemCssClass="选择项的样式"这三个属性,但我在代码中加入这三个属性后,却不能使用,在网上找了很长时间,他们说是版本问题,但没有说具体怎么解决,我用的是VS2005.

  打开http://www.asp.net/ajax/,单击Toolkit,进入asp.net ajax control toolkit页面,这个页面有control toolkit的详细介绍,右半部分页面最后一段:

Note: This Septemeber 2009 release: Toolkit version 3.0.30930 is only for users who are building on top of .NET Framework 3.5 using Visual Studio 2008.
If you are using .NET Framework 2.0 and Visual Studio 2005 then you should use the earlier Toolkit version 1.0.20229 at CodePlex.   

  单击CodePlex,下载,安装,以前安装的不用卸载(好像不影响)

  谢谢 

posted @ 2009-12-03 23:41  老梅  阅读(479)  评论(0编辑  收藏  举报