May 2005 - Posts

8
Comments

Cojax, an Ajax style code viewer using Ajax.NET by Michael Schwarz

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 represents the source code files/directories On demand retrieval...
3
Comments

Ajax.NET 5.5.30.3 (cookieless support) by Michael Schwarz

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 web application support (for HttpSession) - AjaxMethods...
13
Comments

Ajax.NET and Unit Testing of Web Applications by Michael Schwarz

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 support web applications. Because I do not have time enough...
29
Comments

Ajax.NET bugfixes and new features by Michael Schwarz

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. The proxy files are cached, now. New features are supporting...
11
Comments

Ajax.NET and large arguments by Michael Schwarz

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 arguments send to the server are too long. I have fixed this...
8
Comments

Ajax.NET supports System.Drawing.Bitmap as return value by Michael Schwarz

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 DataSet getting from a SQL Server, a simple NewsTicker...
19
Comments

Ajax.NET Library version 5.5.10.1 by Michael Schwarz

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: currently there is no support for classes that inherit...
16
Comments

Ajax.NET - new version available (5.5.8.1) by Michael Schwarz

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 innerHTML property), but you don't want to add a callback...
28
Comments

Delay on next Ajax.NET Release by Michael Schwarz

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.NET wrapper is not working fine. Perhaps I will release...
15
Comments

A new webserver for Ajax.NET by Michael Schwarz

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 Mobile PC (Pocket PC) support configure which protocol will be...
More Posts