Download latest Ajax.NET Professional 6.5.4.1

Tags: .NET, AJAX, Ajax.NET, ASP.NET

Download the latest Ajax.NET Professional library and examples for free at http://www.ajaxpro.info/. Support and feedback welcome at the Google group.

The latest changes:

Version 6.5.4.1 (Discussion)

- Fixed bug for Express Web Developer Edition when method does not have 
  any argument, seems to be a WebDev.WebServer.EXE bug.
- 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
  are serialized correct, now.
- Added new AjaxPro.noActiveX = true|false. Will use IFrame instead of ActiveX
  if window.XMLHttpRequest is not implemented.
- Added JavaScriptUtil.ConvertXmlToIJavaScriptObject and fixed older method
  JavaScriptUtil.ConvertIJavaScriptObjectToXml (save IJavaScriptObject) to XML.
- Added System.Web.HttpContext.Current.Items[Utitlity.AjaxID + ".JSON"] which
  will hold the original JSON request as a string (see: example.aspx)
- Fixed IJavaScriptObjects Value property and ToString.
- AjaxPro.toJSON removed blanks in JSON string.
- window.XMLHttpRequest will be created on first invoke instead while running
  the initialize method.
- Added new examples for DataView, JSON conext item, convert JSON to xml.

8 Comments

Comments have been disabled for this content.