Archives

Archives / 2005 / May
  • Ajax.NET support in future .NET versions??

    I added the Ajax.NET idea to the Microsoft Product Feedback Center: http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx?feedbackId=FDBK28434&lc=1033 If you are thinking that the idea … more

  • Cojax, an Ajax style code viewer using Ajax.NET

    Scott Watermasysk put together a nice example of Ajax called Cojax. Cojax is an ajaxian source code viewer using the free Ajax.NET Library which consists of: Left hand tree structure which … more

  • Ajax.NET 5.5.30.3 (cookieless support)

    There is a new version available at http://ajax.schwarz-interactive.de. Feel free to download the version 5.5.30.3 with following fixes: - Script tags will use type instead of language- cookieless … more

  • Ajax.NET and Unit Testing of Web Applications

    I am back from vacation and build a cool new library using Ajax.NET. The new library (hm, I need a nice name) will allow the developer to build test scenarios that will work like NUnit, but will … more

  • Ajax.NET bugfixes and new features

    I fixed several bugs in the last week. Because of internal complete redesign some objects like DataSet returned wrong to the client-side Javascript. Also some NullReferenceExceptions have been fixed. … more

  • Ajax.NET and large arguments

    On issue I never tested was the length of the request. Because browsers do not allow to use long URLs (I don't know the maximum lenght) you could get a script error on the client-side if the … more

  • Ajax.NET supports System.Drawing.Bitmap as return value

    Some developers asked me if it is possible to return a image? Yes, it is working now. Version 5.5.12.2 is available online. I also updated the example web page. You will find a test for returning a … more

  • Ajax.NET Library version 5.5.10.1

    I fixed the ArrayList and custom class problem. The C# example has been changed to make a test method for arrays (ArrayList, StringCollection, []). There is also a test for a custom class. (Note: … more

  • Ajax.NET - new version available (5.5.8.1)

    Sorry for the delay on my current release, but the new version is available, now!! A nice new feature is to add a context to your callback. When you want to update several HTML elements (i.e. the … more

  • Delay on next Ajax.NET Release

    Because I got more good ideas I didn't uploaded the next release, yet. I will do some more checking first, because I already implemented these nice cool features. On some Windows Mobile PCs the Ajax. … more

  • A new webserver for Ajax.NET

    Today my domains are moved to a new server, more space, more ram, more power...! A new release of the Ajax.NET wrapper will be uploaded tomorrow morning. Here are some new features: Windows  … more