Archives
-
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. … more
-
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 … more
-
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: Support unicode chars in both directions Support your own object converters. There are already some … more
-
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 … more
-
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 … more
-
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. … more
-
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 … more
-
Ajax.NET - new release with Usage Guide
A new version is available free for download at http://ajax.schwarz-interactive.de/download/ajax.zip including a usage guide and a quick start. - security issue fixed- add DataRow- add … more
-
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. Thanks Karl for writing this useful documentation!!! A quick guid is … more
-
Ajax.NET Wrapper with new features
I have added this night some features for the Ajax.NET Wrapper DLL: - new utility to write needed script tags (Ajax.Utility.RegisterTypeForAjax(Type t))- the common javascript will be added when one … more
-
AJAX benefits
I get a lot of feedback by email and comments on my blog. Sorry, if I cannot answer all that fast. A lot of developers are asking me what are the benefits using the AJAX .NET Wrapper DLL or simply … more
-
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 … more
-
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. For the next release I am searching for more features that you wish to be … more
-
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!! Now, I changed the javascript that will be created with the wrapper. It will be a little bit smaller, … more
-
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. For demonstration I have added a new sample (including source code of … more