摘要:重点注意:Webservice [System.Web.Script.Services.ScriptService] 默认是注释的,要把注释去掉
阅读全文
随笔分类 - Ajax
摘要:1 JSON的来历 2 JSON的格式 3 JSON VS XML 4 实例
阅读全文
摘要:源文地址:http://www.cnblogs.com/soso/archive/2006/06/08/420687.html AJAX技术所提倡的无刷新回调,在原来的技术中需要写大量的JavaScript代码或使用一些AJAX框架,使得开发效率和可维护性大大降低。其实ASP.NET2.0中,已经提供了这样的接口,这就是ICallbackEventHandler。 关于ICallback...
阅读全文
摘要:源文地址: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...
阅读全文
摘要:Table of Contents Setting configuration options Web.config By code Configuration options ScriptPath OutputCompareMode Tracing P...
阅读全文
摘要: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...
阅读全文
摘要: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 ...
阅读全文