点滴积累,融会贯通

-----喜欢一切有兴趣的东西

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

随笔分类 -  Ajax

摘要:重点注意:Webservice [System.Web.Script.Services.ScriptService] 默认是注释的,要把注释去掉 阅读全文
posted @ 2010-03-24 15:57 小寒 阅读(986) 评论(0) 推荐(0)

摘要:Ajax+JSON 阅读全文
posted @ 2010-01-14 09:27 小寒 阅读(234) 评论(0) 推荐(0)

摘要:1 JSON的来历 2 JSON的格式 3 JSON VS XML 4 实例 阅读全文
posted @ 2008-08-01 10:08 小寒 阅读(714) 评论(1) 推荐(0)

摘要:源文地址:http://www.cnblogs.com/soso/archive/2006/06/08/420687.html AJAX技术所提倡的无刷新回调,在原来的技术中需要写大量的JavaScript代码或使用一些AJAX框架,使得开发效率和可维护性大大降低。其实ASP.NET2.0中,已经提供了这样的接口,这就是ICallbackEventHandler。 关于ICallback... 阅读全文
posted @ 2007-10-18 11:41 小寒 阅读(409) 评论(1) 推荐(0)

摘要:源文地址:http://blog.csdn.net/david0506/archive/2007/10/03/1810196.aspx 1.引入dll到bin目录下 2.web.config: 内加入 3.使用: 后台: page_load里加入注册 AjaxPro.Utility.RegisterTypeForAjax(typeof(ajax方法所在的类名)); ajax... 阅读全文
posted @ 2007-10-18 11:36 小寒 阅读(872) 评论(2) 推荐(0)

摘要:Table of Contents Setting configuration options Web.config By code Configuration options ScriptPath OutputCompareMode Tracing P... 阅读全文
posted @ 2006-05-17 13:30 小寒 阅读(1436) 评论(0) 推荐(0)

摘要:Modifying web.config The MagicAjaxModule should be registered in the system.web section of the web.config file of your application, like this: MagicAjax will work with the default configuration opt... 阅读全文
posted @ 2006-05-17 13:28 小寒 阅读(501) 评论(0) 推荐(0)

摘要:Easy integration Just a few lines in web.config are enough to have MagicAjax working with default configuration options Only one easy to use control (AjaxPanel) is required to be included in ... 阅读全文
posted @ 2006-05-17 13:25 小寒 阅读(653) 评论(0) 推荐(0)