Michael's Blog
ASP.NET and Embedded Development
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET Micro Framework
AJAX
Ajax.NET
ASP.NET
Atlas
DLR
Google
HTML
IE
JavaScript
jQuery
JSON
Mobile
MVC
Security
Silverlight
Source Code
UI
Vista
Visual Studio
Web 2.0
WPF
WPF/E
WPFE
XSS
News
Navigation
Home
Blogs
Archives
April 2011 (1)
September 2010 (2)
April 2010 (1)
January 2010 (1)
October 2009 (2)
September 2009 (2)
July 2009 (1)
June 2009 (2)
April 2009 (1)
March 2009 (1)
February 2009 (3)
January 2009 (2)
December 2008 (1)
November 2008 (10)
October 2008 (3)
September 2008 (11)
August 2008 (5)
July 2008 (19)
April 2008 (8)
March 2008 (19)
February 2008 (4)
January 2008 (7)
December 2007 (10)
November 2007 (5)
August 2007 (4)
July 2007 (11)
June 2007 (24)
May 2007 (4)
April 2007 (18)
February 2007 (6)
January 2007 (14)
December 2006 (11)
November 2006 (14)
October 2006 (9)
September 2006 (11)
August 2006 (1)
July 2006 (11)
June 2006 (14)
May 2006 (17)
April 2006 (13)
March 2006 (2)
February 2006 (5)
January 2006 (2)
November 2005 (20)
October 2005 (18)
September 2005 (21)
August 2005 (21)
July 2005 (5)
June 2005 (7)
May 2005 (10)
April 2005 (15)
March 2005 (2)
February 2005 (3)
January 2005 (2)
December 2004 (3)
October 2004 (1)
August 2004 (3)
July 2004 (4)
June 2004 (6)
April 2004 (4)
February 2004 (4)
January 2004 (7)
December 2003 (2)
November 2003 (3)
March 2003 (4)
My Links
Pocket PC: WIS Bar
Pocket PC: XP Shutdown
Ajax.NET Professional (AjaxPro)
AjaxPro @ CodePlex
IEC 61850
Michael's Blog (German)
ZigBee Smart Energy Blog
April 2005 - Posts
4
Comments
Ajax.NET - static methods and AjaxRequireSessionState
by
Michael Schwarz
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/ . Also, there is no need for an...
3
Comments
Ajax.NET - Visual Basic .NET example online
by
Michael Schwarz
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. The VB.NET example is...
13
Comments
Ajax.NET - new version available (SessionState support!!!)
by
Michael Schwarz
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 converters installed like System.Data.DataSet/DataTable/DataRow...
11
Comments
Ajax.NET and GotDotNet workspace
by
Michael Schwarz
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...
4
Comments
Debug Internet Explorer Javascript
by
Michael Schwarz
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. A very fast way is to write...
12
Comments
Ajax.NET Open Source available
by
Michael Schwarz
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...
1
Comments
Gmail and forbidden extensions
by
Michael Schwarz
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...
12
Comments
Ajax.NET - new release with Usage Guide
by
Michael Schwarz
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 StringCollection - add array return value (i.e. for System.String...
4
Comments
Download Ajax.NET Wrapper usage guide
by
Michael Schwarz
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 available as text file at http://ajax.schwarz-interactive...
18
Comments
Ajax.NET Wrapper with new features
by
Michael Schwarz
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 type is registered - Ajax.Utility.HandlerPath and Ajax...
More Posts
Next page »