Welcome to Michaels Blog

All posts published in April 2005

Blog of latest news, updates, and stories for developers

Ajax.NET - static methods and AjaxRequireSessionState

The session state will be available only if you add the new Ajax.AjaxRequireSessionStateAttribute . The last release did add the session state for all methods. See the new examples at http://ajax.schwarz-interactive.de/ [1].

Posted by Michael Schwarz on Tuesday, April 26, 2005


Ajax.NET - Visual Basic .NET example online

Because a lot of developers are working with Visual Basic .NET I put the a new example online written in VB.NET. The example will be the same as the C# version. I will update both projects in the future to help VB.NET developers.

Posted by Michael Schwarz on Tuesday, April 26, 2005


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

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

Posted by Michael Schwarz on Monday, April 25, 2005


Ajax.NET and GotDotNet workspace

As I wrote in one of my last blog source code has been copied from the GotDotNet workspace and some files have been changed (removed Copyright,...). I have stopped the workspace because I am not sure how to handle this. Also there is a problem with the maximum member count on GotDotNet. There are still 22 pending users.

Posted by Michael Schwarz on Friday, April 22, 2005


Debug Internet Explorer Javascript

Only one tip that I didn't know before: When you want to debug Javascript code you can start your debugger (Visual Studio .NET or Script Debugger), search for the correct iexplore.exe process, attach it and go on debugging.

Posted by Michael Schwarz on Tuesday, April 19, 2005


Ajax.NET Open Source available

While getting more and more emails from developers asking for a open source project I will have a look around in the open source world to find a good license and place where to put the source code. First I have to talk to companies that are already using the ajax.dll in their projects what they think about this.

Posted by Michael Schwarz on Monday, April 18, 2005


Gmail and forbidden extensions

Some months ago I tried to send a ZIP file containing a EXE file which is forbidden to be sent on Gmail. Gmail is extracting the ZIP file and will not send the email until it is removed. Some users have renamed the ZIP file to something like dummy.dat. The receipient has to reanme it back...

Posted by Michael Schwarz on Saturday, April 16, 2005


Ajax.NET - new release with Usage Guide

A new version is available free for download at http://ajax.schwarz-interactive.de/download/ajax.zip [1] including a usage guide and a quick start.

Posted by Michael Schwarz on Thursday, April 14, 2005


Download Ajax.NET Wrapper usage guide

You can download a first usage guide for the Ajax.NET Wrapper DLL at http://ajax.schwarz-interactive.de/download/AjaxGuide.doc [1]. Thanks Karl for writing this useful documentation!!! A quick guid is available as text file at http://ajax.schwarz-interactive.de/download/quickGuide.txt [2].

Posted by Michael Schwarz on Thursday, April 14, 2005


Ajax.NET Wrapper with new features

I have added this night some features for the Ajax.NET Wrapper DLL:

Posted by Michael Schwarz on Wednesday, April 13, 2005


AJAX benefits

I get a lot of feedback by email and comments on my blog. Sorry, if I cannot answer all that fast.

Posted by Michael Schwarz on Tuesday, April 12, 2005


AJAX .NET Wrapper DLL Video

Because I do not have time to write a documentation I added a small video that will show you how to use the AJAX .NET Wrapper DLL. First I will show the old way using postbacks to the Server. Two textboxes (username and password) will be verified on the server. If the username is not michael and the password is wrong I will show a error message. Please note that every click on the Login button will start a postback (server round trip).

Posted by Michael Schwarz on Monday, April 11, 2005


AJAX .NET Wrapper DLL (coming soon: .NET Events and Delegates in Javascript)

The downloads of AJAX .NET Wrapper DLL is still growing! Thanks to all bloggers that have done there job to write about it.

Posted by Michael Schwarz on Monday, April 11, 2005


System.Data.DataSet/DataTable and System.DateTime using Ajax.NET Wrapper DLL

The feedback for my last Ajax.NET Wrapper DLL was very good. I got a lot of new ideas, thank you!!

Posted by Michael Schwarz on Friday, April 8, 2005


New version of AJAX Wrapper for .NET

A new version of the AJAX Wrapper DLL is available online for free at http://ajax.schwarz-interactive.de/download/ajax.zip [1]. For demonstration I have added a new sample (including source code of sample project) that will show how to use the AJAX Wrapper DLL in you projects:

Posted by Michael Schwarz on Thursday, April 7, 2005