Pre-build to fix prototype problem with third party controls

I have uploaded a new pre-build 5.10.6.1 of Ajax.NET Professional that will fix several bugs.

- arrays of own objects
- prototype removed JavaScript code (third party bugs!)
- added toJSON implementation for own JavaScript objects
- added NameValueCollection JavaScript class to show how to use toJSON
- use object as argument will give JSON objects (hashtable, arraylist or string), can be used to post any JavaScript object (var o = new Object(); o.Property = value;)
- fixed some NullReferenceExceptions

Please give any feedback at Google Groups Ajax.NET Professional. I will upload the files to http://ajaxpro.schwarz-interactive.de/ later.

No Comments