ASP.NET AJAX 和 jQuery
-
An Introduction to jQuery (Part 1): Rick Strahl 发表了一篇精彩文章,介绍jQuery, 示范如何在ASP.NET网页中利用它。
-
New AJAX Support for Data-Driven Web Apps: Bertrand Le Roy 撰写了一篇很棒的 MSDN 杂志文章, 描述一些目前尚处于预览形式的新的ASP.NET AJAX功能。也参阅他 这里 和 这里的博客贴子,了解新的客户端数据模板功能的详细情况。
<script type="text/javascript"> </script> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"> </script>
-
Using jQuery to enhance ASP.NET AJAX progress indication: Dave Ward 有一篇很酷的文章,描述如何将jQuery功能与ASP.NET AJAX UpdatePanel控件相结合,促成更棒的进度显示状态功能。
-
ASP.NET AJAX: Enabling Bookmarking and the Browser's Back Button: Scott Mitchell 继续他的ASP.NET AJAX精彩系列,讨论如何在启用AJAX的网页中添加历史点(history point),以便访问者收藏,以及促成前进/倒退等浏览器导航功能。这是新加到.NET 3.5 SP1中ASP.NET的功能。
-
46 ASP.NET AJAX Control Toolkit Tutorials: Christian Wenz 发表了46个用VB和C#编写的超级有用的教程,展示如何使用ASP.NET AJAX控件工具包实现常见的场景。