AjaxControlToolkit更新
2007-03-02 23:58 Clingingboy 阅读(2134) 评论(9) 编辑 收藏 举报
AjaxControlToolkit项目版本又有更新了,新增了两个控件
1.ListSearch
ListSearchExtender允许你对列表框的数据进行搜索

2.slideshow
slideshowextend允许你对图片列表进行循环播放

http://ajax.asp.net还尚未更新控件示例,大家可以先去下载体验下.
另外还有其他功能的增加,怕翻译的不好,就直接引用原文了
1.ListSearch
ListSearchExtender允许你对列表框的数据进行搜索

2.slideshow
slideshowextend允许你对图片列表进行循环播放

http://ajax.asp.net还尚未更新控件示例,大家可以先去下载体验下.
另外还有其他功能的增加,怕翻译的不好,就直接引用原文了
- Localization support - The Toolkit now has an infrastructure for localizing the text in JavaScript files using the standard ASP.NET/AJAX support for resource files. There are placeholder files for the following 14 languages: Arabic, German, English, Spanish, French, Hebrew, Hindi, Italian, Japanese, Korean, Portuguese, Russian, Chinese (Simplified), and Chinese (Traditional). Complete localization of all strings hasn't been done yet, but our most popular request by far is for the string "Today:" at the bottom of the Calendar's popup - and that has already been localized to all of the above languages. Just set your system/browser's language settings to one of the supported languages and visit the Calendar sample page for a demonstration.
- JavaScript comment/whitespace stripping - People are always interested in keeping the download size of their pages as low as possible, and the Toolkit goes the extra mile to help. When compiled in "Release" mode (as the official releases on CodePlex always are), all of the JavaScript files in the Toolkit automatically have all comments and unnecessary whitespace removed. Ted, the author of this functionality, was careful to adhere to the ECMA-262 ECMAScript Language Specification, so the modifications are both safe and effective.
- ASP.NET Theme/Skin support - Central control is usually best, so it's nice to be able to use ASP.NET's theme/skin support to specify properties for controls across an entire web site in one central location. Toolkit controls didn't used to be skinnable (i.e., support the SkinID property) but now they are, so go ahead and start skinning your site. In fact, we used this new ability to style the CollapsiblePanels that we use for descriptions/properties/known issues on every sample page.
详情请见此文
http://blogs.msdn.com/delay/archive/2007/03/02/lost-sk-in-translation-ajax-control-toolkit-update.aspx
另外的消息:
Visual Studio 2005 SDK也有所更新,详情请参考下文
http://blogs.msdn.com/bharry/archive/2007/03/02/updated-vs-2005-sdk-available.aspx
第一次在首页发这种信息,主要是大家比较关注ajax,所以就冒昧转发这则消息.希望对大家有用
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列:基于图像分类模型对图像进行分类
· go语言实现终端里的倒计时
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 25岁的心里话
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· ollama系列01:轻松3步本地部署deepseek,普通电脑可用
· 按钮权限的设计及实现