AjaxPro.6.4.16.100

所属分类:Ajax
开发工具:C#
文件大小:73KB
下载次数:411
上传日期:2006-09-12 16:08:53
上 传 者myhoney
说明:  AJAX开发工具包,实现网页AJAX技术,可以实现网页无刷新更新
(AJAX development tool kit and realize website AJAX technology, can be achieved without updating the website updated)

文件列表:
AjaxPro.csproj (10607, 2006-04-19)
AjaxPro.sln (1775, 2006-02-15)
AssemblyInfo.cs (3231, 2006-04-19)
Attributes\AjaxCacheAttribute.cs (659, 2006-02-15)
Attributes\AjaxMethodAttribute.cs (3975, 2006-04-11)
Attributes\AjaxNamespaceAttribute.cs (1307, 2006-02-15)
Attributes\AjaxNonSerializableAttribute.cs (276, 2006-02-15)
Attributes\AjaxPropertyAttribute.cs (237, 2006-02-15)
Attributes\HttpSessionStateRequirement.cs (455, 2006-02-15)
Attributes\JavaScriptConverterAttribute.cs (933, 2006-02-15)
Attributes\__AjaxClassAttribute.cs (277, 2006-02-15)
Attributes\__AjaxEnumAttribute.cs (263, 2006-02-15)
Configuration\AjaxSettingsSectionHandler.cs (4397, 2006-04-11)
core.js (13256, 2006-04-19)
example.aspx (9925, 2006-04-19)
Handler\AjaxAsyncHttpHandler.cs (1911, 2006-04-11)
Handler\AjaxHandlerFactory.cs (3274, 2006-04-11)
Handler\AjaxProcessors (0, 2006-02-15)
Handler\AjaxProcessors\IFrameProcessor.cs (2643, 2006-02-15)
Handler\AjaxProcessors\XmlHttpRequestProcessor.cs (2662, 2006-02-15)
Handler\AjaxProcHelper.cs (7835, 2006-04-15)
Handler\AjaxSyncHttpHandler.cs (984, 2006-02-15)
Handler\ConverterJavaScriptHandler.cs (2795, 2006-02-15)
Handler\EmbeddedJavaScriptHandler.cs (3326, 2006-04-05)
Handler\Security (0, 2006-02-15)
Handler\Security\AjaxEncryption.cs (1005, 2006-02-15)
Handler\SimpleResult.cs (638, 2006-02-15)
Handler\TypeJavaScriptHandler.cs (7353, 2006-04-11)
Interfaces\IAjaxCryptProvider.cs (224, 2006-02-15)
Interfaces\IAjaxKeyProvider.cs (135, 2006-02-15)
Interfaces\IAjaxProcessor.cs (1586, 2006-02-15)
Interfaces\IAjaxTokenProvider.cs (472, 2006-04-03)
Interfaces\IContextInitializer.cs (930, 2006-02-15)
JSON\Converters (0, 2006-02-15)
JSON\Converters\DataRowConverter.cs (974, 2006-02-15)
JSON\Converters\DataRowViewConverter.cs (1120, 2006-02-15)
JSON\Converters\DataSetConverter.cs (2146, 2006-02-15)
JSON\Converters\DataTableConverter.cs (4085, 2006-04-15)
JSON\Converters\DataViewConverter.cs (674, 2006-02-15)
JSON\Converters\DateTimeConverter.cs (1938, 2006-02-15)
... ...

Ajax.NET Professional Changes ============================= Version ***.16.1 - Changed content type of Ajax.NET requests: application/json; charset=utf-8 - Fixed type char when char is empty JSON string. - Fixed XmlDocument support, will return XMLHttpRequest.responseXML as res.value. - ICartService inital version, will add cart features to Ajax.NET Professional. Version ***.12.2 - Fixed \0 strings and chars, "" will be returned, now. Version ***.12.1 - Fixed deserializer for type Char. - Added new attribute for web.config/urlNamespaceMapping to enable AssemblyQualifiedName for use of assemblies in the GAC (strong named). For more details see example web.config. Version ***.11.1 - (beta) Added support of IHttpAsyncHandler to remove http request from pool while long-running methods are invoked. Use [AjaxMethod(true)]. - Fixed array deserializer, int[] or string[] is working, now. - Fixed ArrayList deserializer, using Int*** if JavaScriptNumber, Boolean if JavaScriptBoolean, else use .ToString(). - Added comment to the web.config to remove attributes from sectionGroup if you are using Microsoft .NET 1.1. - Changed example.aspx (.NET 2.0) to run several tests including generics. - Fixed core.js bug when http status not 200; res.error.Message contains the http statusText, now. Version ***.6.1 - Fixed core.js, requests stopped working if web server is unavailable or http status code was twice not 200. Thanks to Nick Connor. Version ***.5.2 - The prototype method Object.prototype.extend has been removed to get third-party JavaScript libraries work with Ajax.NET Professional. If you you are using the JavaScript method to extend your objects use following configuration in web.config: Below you will find the original functions for Object.extend and Object.prototype.extend: Object.extend = function(dest, source, override) { for(prop in source) { if(override || typeof dest[prop] == "undefined") dest[prop] = source[prop]; } return dest; } Object.prototype.extend = function(o, override) { return Object.extend.apply(this, [this, o, override != false]); }

近期下载者

相关文件


收藏者