Download the latest Ajax.NET Professional [1] library and examples for free at http://www.ajaxpro.info/ [1]. Support and feedback welcome at the Google group [2].
The latest changes:
Version 6.5.4.1 (Discussion [3])
- Fixed bug for Express Web Developer Edition when method does not haveĀ
- Initial version of WebAjaxErrorEvent to log excpetions during AJAX calls.
Version 6.5.3.1
- Fixed use of JavaScript arguments for onError, onTimeout, onStatChanged.
- Added String.isNullOrEmpty and Function.isFunction in prototype.js.
- Added AjaxPro.queue.abort to stop running requests.
- Changed encoding to UTF-8 on request and response.
Version 6.4.29.1
- Fixed IFrame support, using JavaScript objects, res.value=null and exceptions
- Added new AjaxPro.noActiveX = true|false. Will use IFrame instead of ActiveX
- Added JavaScriptUtil.ConvertXmlToIJavaScriptObject and fixed older method
- Added System.Web.HttpContext.Current.Items[Utitlity.AjaxID + ".JSON"] which
- Fixed IJavaScriptObjects Value property and ToString.
- AjaxPro.toJSON removed blanks in JSON string.
- window.XMLHttpRequest will be created on first invoke instead while running
- Added new examples for DataView, JSON conext item, convert JSON to xml.