Archives

Archives / 2005 / June
  • Ajax.NET is an open source project, now!!

    First of all I want to thank you for your help to improve the free Ajax.NET library by sending feedback and ideas. I am happy to give the .NET developers an easy and fast way to implement AJAX … more

  • AJAX in Microsoft ASP.NET 2.0

    As you can read on the Microsoft Product Feedback Center the idea of adding AJAX support to Whidbey is to late. But Microsoft will think about it: Thank you for your suggestion. AJAX is defininitely … more

  • Ajax.NET and enums, XmlDocument,...

    With the free Ajax.NET Library you can use enums, now. I will export the value as an string:   enum MyType{ Unkown, Starting, Stopped, Killed }  MyType x = MyType.Starting;   // … more

  • Ajax.NET is now supporting all build-in types

    Sorry, I still forgot some types. Now, I added all build-in types. You can download the latest Ajax.NET Library at http://ajax.schwarz-interactive.de/. The current version is 5.6.3.1.   [ … more