
Ajax
cjdchen
这个作者很懒,什么都没留下…
展开
-
掌握 Ajax,第 1 部分: Ajax 简介
掌握 Ajax,第 1 部分: Ajax 简介 理解 Ajax 及其工作原理,构建网站的一种有效方法转载 2006-03-14 15:25:00 · 677 阅读 · 0 评论 -
AJAX催促软件由桌面软件向在线软件的演化
今年11月份,微软以软件服务为中心重组了其业务部门,并推出了Live.com服务。引人关注的是,微软这样重量级的软件厂商已经正式把软件服务放到了台面来谈,同时,包括Windows Live Mail(Hotmail)在内的许多Live.com服务都依赖于一个使用了AJAX(asynchronous JavaScript and XML)的前端。有关AJAX的话题在今年开始升温,除了在Google转载 2006-04-02 23:25:00 · 1028 阅读 · 0 评论 -
AJAX - Old Dog, New Tricks?
AJAX - Old Dog, New Tricks?Im so bleeding edge Im surprised I havent died from blood loss ... and I just realized it. Back in 1999, Microsoft released a new component as part of their MSXML packa转载 2006-03-20 06:16:00 · 807 阅读 · 0 评论 -
使用ASP.NET生成XMLHttpRequest的响应
使用XMLHttpRequest向服务器请求XML内容,url可以是.aspx文件,然后在服务器端生成该文件。注意必须使用: protected void Page_Load(object sender, EventArgs e) { Response.Clear(); Response.AddHeader("Content-Type", "text原创 2006-03-20 07:04:00 · 1206 阅读 · 0 评论 -
Atlas客户端调试方法
debug.assert(condition, message, displayCaller) Asserts that the condition parameter is true. If condition is false, the method displays a message box with the text from message. If displayCaller is t原创 2006-03-22 22:19:00 · 1375 阅读 · 0 评论 -
调试Atlas:使用单独的Trace viewer跟踪调试ASP.NET页面
ASP.NET下,普通的调试方式是:在 指令中添加 Trace="true" 命令。这将在页面下方显示跟踪信息。If you are using tracing on the server to debug Web pages with partial rendering enabled (the page contains a ScriptManager control with Ena原创 2006-03-22 22:13:00 · 879 阅读 · 0 评论 -
Ajax: A New Approach to Web Applications
Ajax: A New Approach to Web ApplicationsPublications Sections: Reports Latest essay Essay archives Newsletter Reading list Recent Essays Ge转载 2006-03-14 15:21:00 · 732 阅读 · 0 评论 -
Call SOAP Web services with Ajax, Part 2: Extend the Web services client
Call SOAP Web services with Ajax, Part 2: Extend the Web services client Implement support for Web Services Addressing Language and Web Service转载 2006-03-14 15:40:00 · 1305 阅读 · 0 评论 -
掌握 Ajax,第 3 部分: Advanced requests and responses in Ajax
Mastering Ajax, Part 3: Advanced requests and responses in Ajax Gain a complete understanding of HTTP status codes, ready states, and the XMLHt转载 2006-03-14 15:37:00 · 1109 阅读 · 0 评论 -
掌握 Ajax,第 2 部分: 使用 JavaScript 和 Ajax 发出异步请求
掌握 Ajax,第 2 部分: 使用 JavaScript 和 Ajax 发出异步请求 在 Web 请求中使用 XMLHttpRequest转载 2006-03-14 15:34:00 · 791 阅读 · 0 评论 -
Call SOAP Web services with Ajax, Part 1: Build the Web services client
Call SOAP Web services with Ajax, Part 1: Build the Web services client转载 2006-03-14 15:38:00 · 1711 阅读 · 0 评论 -
Ajax的一些资源
Adaptive Path: http://adaptivepath.com/原创 2006-03-14 15:24:00 · 703 阅读 · 0 评论 -
Using the XML HTTP Request object
Using the XML HTTP Request objectThis article was originally written in April 2002, Ive decided to fix and update it as the objects finally seem to be getting some popularity. The 2002 version is s转载 2006-03-14 15:27:00 · 919 阅读 · 0 评论 -
Atlas开发中遇到ViewState MAC验证错误(在ASP.NET 2.0+GridView应用中)
今天在调试Atlas时遇到错误:验证视图MAC失败。如果此引用程序由网络场或群集承载,请确保配置指定了相同的 validationKey 和验证算法。不能在群集中使用 AutoGenerate发生错误的环境:ASP.NET 2.0,使用Atlas的UpdatePanel,在UpdatePanel中动态加载用户控件,以达到动态更新页面的效果。其中有一个用户控件中使用了GridView。当原创 2006-03-31 12:58:00 · 5608 阅读 · 3 评论