9eFish - 带有 ajax 标签的文章
1
臭虫

Cutting Edge - Predictive Fetch with jQuery and the ASP.NET Ajax Library

adminadmin 发表于 7 小时, 26 分钟 之前
Friday, March 12, 2010 2:47:43 AM GMT
Last month I discussed the implementation of master-detail views using the new features coming with the ASP.NET Ajax Library. The list of new features includes a syntax for client-side live data binding and a rich rendering component, exemplified by the DataView client control. By putting these features together, you can easily build nested views to represent one-to-many data relationships. In the ASP.NET Ajax Library, the mechanics of master-detail views are largely defined in the logic of the DataVi... (more)
类别: UX | 点击: 0 | 评论 | | 源: msdn.microsoft.com
标签: ajax, JQuery, ms ajax
1
臭虫

CodeProject: Saving ASP.Net Form Data with jQuery AJAX and JSON Parser. Free source code and programming help

adminadmin 发表于 135 天, 4 小时, 31 分钟 之前
Friday, November 06, 2009 8:16:49 AM GMT Wednesday, October 28, 2009 5:42:52 AM GMT
Download SavingDataWithjQueryAjaxAndJSON_Source - 315.15 KBIntroduction I came forth to write this down because of my own frustration of having hard time to find good sample codes to get me to where I wanted. Basically, I wanted my asp.net page where I had a form for entering expense item to do the following: When I clicked on a Save button on the form, I did not want post back as the post back would mess up with something on the form, not just do it for the sake of no post back. To implement that, I ch... (more)
类别: UX | 点击: 2 | 评论 | | 源: www.codeproject.com
标签: ajax, JQuery
1
臭虫

MyViewState.NET | Hey jQuery lovers, ASP.NET AJAX can do Ajax too!

adminadmin 发表于 168 天, 19 小时, 1 分钟 之前
Thursday, October 01, 2009 8:39:22 AM GMT Thursday, September 24, 2009 3:12:51 PM GMT
I’m a big fan of jQuery. I’m no expert, but with a copy of jQuery in Action on my desk and Google Bing at my fingertips I can do a lot of cool things with it. One of the ways I often see people using jQuery is to make Ajax requests. jQuery provides a great library which should take care of just about all your Ajax needs, if you are an UpdatePanel-free web developer. I’ve blogged about it to a small degree, but for more in-depth details you can read about it here. For a quick example, here’s how you might... (more)
类别: UX | 点击: 0 | 评论 | | 源: www.myviewstate.net
标签: ajax, JQuery
1
臭虫

CodeProject: Simple & Practical introduction to Asynchronous JavaScript And XML (AJAX).

carolhaozicarolhaozi 发表于 233 天, 7 小时, 50 分钟 之前
Wednesday, July 22, 2009 6:05:06 AM GMT Wednesday, July 22, 2009 2:23:27 AM GMT
Download blogtest - 228.63 KB Background Asynchronous JavaScript and XML or AJAX has been the revolutionary technology that enabled rich user experience over the web, much like desktop rich user experience. In this series, I will describe my journey of learning AJAX and some simple steps that will get you started with this simple but powerful technology.Introduction  AJAX enables web developers dynamically update a web page via background asynchronous posts to the server. Hence it removes the... (more)
类别: UX | 点击: 1 | 评论 | | 源: www.codeproject.com
标签: ajax
1
臭虫

Cleaner, Faster Ajax in ASP.NET

xgluxvxgluxv 发表于 242 天, 7 小时, 48 分钟 之前
Thursday, July 16, 2009 2:03:27 AM GMT Monday, July 13, 2009 2:25:07 AM GMT
Cleaner, Faster Ajax in ASP.NET Many web application firms spend substantial time and effort doing market research, analyzing requirements and coming up with sophisticated ways to provide their users with more value than their competitors. But business value alone doesn’t guarantee a high adoption rate. Your app needs to perform- nobody wants something that’s slo... (more)
类别: UX | 点击: 1 | 评论 | | 源: www.novologies.com
标签: ajax, asp.net
1
臭虫

How to Bridge the Client-Server Gap using AJAX and jQuery-Part 1

xgluxvxgluxv 发表于 277 天, 7 小时, 56 分钟 之前
Monday, June 08, 2009 1:40:19 PM GMT Monday, June 08, 2009 2:17:15 AM GMT
In recent years, it has become common to judge sites based on their use of specific technologies. One of the most prominent buzzwords used to describe new web applications is AJAX-powered. This label has been used to mean many different things, as the term encompasses a group of related capabilities and techniques. This is covered in a two part series. (more)
类别: UX | 点击: 0 | 评论 | | 源: www.codedigest.com
标签: ajax, Bridge the Client-Server, JQuery
1
臭虫

总结一下,在MVC下利用JQUERY实现AJAX提交,并实现AJAX .NET的UpdateProgress功能 - 跛脚的胖子的博客 - 博客园

carolhaozicarolhaozi 发表于 282 天, 7 小时, 47 分钟 之前
Wednesday, June 03, 2009 8:24:35 AM GMT Wednesday, June 03, 2009 2:26:22 AM GMT
总结一下,在MVC下利用JQUERY实现AJAX提交,并实现AJAX .NET的UpdateProgress功能    在MVC下我们不能利用AJAX.NET控件,那么要实现UpdateProgress来显示进度怎么办,我们可以利用JQUERY来实现这个功能。顺便说一句JQuery将集成在下一版本的Visual Studio中,是MS AJAX FrameWork的一部分。1.接着上一篇的 XML Menu,我们先编辑Menu.XML,添加如下代码: (more)
类别: UX | 点击: 2 | 评论 | | 源: www.cnblogs.com
标签: ajax, asp.net mvc, JQuery
1
臭虫

写个 JavaScript 异步调用框架 (Part 2 - 用例设计)

carolhaozicarolhaozi 发表于 309 天, 8 小时, 2 分钟 之前
Thursday, May 07, 2009 7:35:12 AM GMT Thursday, May 07, 2009 2:11:07 AM GMT
在上一篇文章里说到,我们要设计一个异步调用框架,最好能够统一同步异步调用的接口,同时具体调用顺序与实现方式无关。那么我们现在就来设计这样一个框架的用例。 (more)
类别: UX | 点击: 1 | 评论 | | 源: www.cnblogs.com
标签: ajax, Javascript, 异步调用
1
臭虫

写个 JavaScript 异步调用框架 (Part 1 - 问题 & 场景)

xgluxvxgluxv 发表于 310 天, 7 小时, 6 分钟 之前
Friday, May 08, 2009 6:04:26 AM GMT Wednesday, May 06, 2009 3:07:52 AM GMT
在Ajax应用中,调用XMLHttpRequest是很常见的情况。特别是以客户端为中心的Ajax应用,各种需要从服务器端获取数据的操作都通过XHR异步调用完成。然而在单线程的JavaScript编程中,XHR异步调用的代码风格实在是与一般的JavaScript代码格格不入。 (more)
类别: UX | 点击: 1 | 评论 | | 源: www.cnblogs.com
标签: ajax, Javascript, 异步调用