Ajax.NET - new version available (SessionState support!!!)

Michael Schwarz on Monday, April 25, 2005
Labels

There is a new version available of the free Ajax.NET Wrapper DLL. The main new features are:

<li><font size="2">Support unicode chars in both directions </font> <li><font size="2">Support your own object converters. There are already some converters installed like System.Data.DataSet/DataTable/DataRow, System.Collections.ArrayList, System.DateTime/TimeSpan. </font> <li><font size="2">Support your own objects as Javascript objects, i.e. create a new instance of an System.DateTime object on the client and send it as an argument to a method on the server. Every object converter can render client script that will be needed to do this transformation. </font> <li><font color="#ff0000"><font size="2"><strong>Updated</strong>: support for the SessionState variables</font></font></li> There is also a new example available at http://ajax.schwarz-interactive.de/csharpsample/default.aspx [1]

The examples are working with Internet Explorer 5 or higher, Firefox, Netscape 7.2. Safari should be working also, is there anyone who can send me a screenshot if the page is working on safari? Thanks to Andre Seifert who tested it on a Linux machine.