Ajax
文章平均质量分 69
broze
人生如戏,戏如人生。
努力赚钱养活家人,实现环游世界的梦想。
加油!纽卡!
展开
-
50 Excellent AJAX Tutorials
http://www.smashingmagazine.com/2008/10/16/50-excellent-ajax-tutorials/ AJAX provides Web developers with plenty of opportunities to enhance the user experience and improve the performance of their we转载 2008-10-20 10:17:00 · 849 阅读 · 0 评论 -
45+ Excellent Code Snippet Resources and Repositories
原帖:http://www.smashingmagazine.com/2009/07/21/45-excellent-code-snippet-resources-and-repositories/ The beauty of code snippets is their ability tosave you time when developing a site. Whether转载 2009-07-23 13:42:00 · 855 阅读 · 0 评论 -
PostBackTrigger和AsyncPostBackTrigger
这两种PostBackTrigger有什么不同? 问题描述:当程序调用Response.write不能正常显示,报出如下错误:Sys.WebForms.PageRequestManagerParserErrorException:The message received from the server co转载 2009-06-03 16:27:00 · 6580 阅读 · 0 评论 -
使用Trigger让UpdatePanel外部的控件也支持无刷新异步调用
在AJAX的具体实践中,我们的页面典型的效果就是无刷新提交,或者可以说是局部刷新提交。为了实现该功能,一般我们都会使用UpdatePanel这个控件,然后在其ContentTemplate中,放置我们标准的服务器控件。这些控件的使用方式和传统的没有什么两样,只不过,它们因为被放在了UpdatePanel中,所以,它们的事件都是异步调用的,也就是说不会引起页面的(PostBack)。但有转载 2009-06-03 16:25:00 · 1658 阅读 · 0 评论 -
UpdatePanel Control
原帖地址:http://www.cnblogs.com/caviare/archive/2007/09/21/901500.html另外关于UpdateProgress和Timer控件的使用,可以参考http://read.newbooks.com.cn/info/168590.html UpdatePanel 对于UpdatePanel控件的使用是ASP.N转载 2009-06-30 16:36:00 · 1016 阅读 · 0 评论 -
AJAX 中Sys.WebForms.PageRequestManager的事件激发顺序
原帖地址:http://www.cnblogs.com/fifastar/archive/2008/06/02/1212225.html 测试代码如下: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> http://www.w3.org/1999/xhtml" > 无标题页转载 2013-06-08 15:02:23 · 818 阅读 · 0 评论 -
异常处理:Sys.WebForms.PageRequestManagerParserErrorException:The message……
原帖地址:http://www.cnblogs.com/loyung/p/3167361.html 如果你为了使页面可以达到局部刷新的效果,并且用了UpdatePanel控件,这是如果你在后台页面用到Response对象时肯呢过会抛出一下异常: 解决方法: $(document).ready(function() { if(typeof(Sys) != 'undefine转载 2013-08-30 17:25:12 · 2646 阅读 · 0 评论