Download latest Ajax.NET Professional 6.4.28.1

Michael Schwarz on Friday, April 28, 2006

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.4.28.1

Version 6.4.27.1 (beta)

Version 6.4.26.2

Version 6.4.26.1

in web.config). To set a property use res.value.setProperty("MyProperty", "Hello world!"). Setup Profile in your web.config like this example: <profile> <properties> <add name="MyProperty" type="System.String"/> </properties> </profile> function demo_profile() { var x = AjaxPro.Services.Profile.GetProfile().value; alert(x.MyProperty); x.setProperty("MyProperty", "Hello world!"); alert(x.MyProperty); } - Renamed property IAjaxprocessor.Method to AjaxMethod to be CLSCompliant.

Version 6.4.25.2

Version 6.4.25.1

Version 6.4.16.1

Version 6.4.12.2

Version 6.4.12.1

more details see example web.config.