Michael's Blog
ASP.NET and Embedded Development
-
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
-
Download C# Javascript Wrapper Sample
I have done a small sample on how to use the C# Javascript Wrapper in web applications to get new data without the need of a postback. Feel free to download the sample from http://schwarz-interactive. … more
-
ASP.NET 2.0 und CallbackEvents mit Javascript
Ein wenig enttäuscht bin ich schon, vielleicht liegt es aber auch nur an der aktuellen Beta 1 des Microsoft .NET Frameworks. Die CallbackEvents für Javascript, also das Holen von neuen Daten ohne … more
-
Microsoft AnitSpyware bug
If have installed the Microsoft AntiSpyware since some weeks. Some applications like DameWare or VNC are marked as spyware, ok, that's ok. But I have big problems while working with scripts (*.js and … more
-
Update: Using a HttpHandler and Attributes to call C# methods in Javascript
Because many asked me to show a online demo of the C# to Javascript wrapper I put a Javascript chat on http://beta.schwarz-interactive.de/. You can use Mozilla Firefox or Internet Explorer to try the … more
-
Using a HttpHandler and Attributes to call C# methods in Javascript
Now, I am back and done a new sample on how to call C# (or simply .NET methods) from the client using Javascript. As you can see on my last posts I had done this using a IFRAME or the XmlHttpRequest … more
-
Using javascript arrays and IFRAME or Frames
I had a look at the http://gmail.com technique for reading data from the client without refreshing the page. I am using this for a long time with the ActiveX Microsoft.XMLHTTP or Microsoft.XMLDOM. … more
-
Windows Update v6 started
Did not know if there is already a post about the beta for Windows Update v6. I got an email for beta tester, but I think the link is working for all Windows 2003 Servers, http://beta.update. … more
-
Multiple Browsers Window Injection Vulnerability (Fix?)
I have done some test on the new vulnerability of most common browsers. I tried to get more information on how to fix this. First I tried to get the URL of the popup window, but the problem is that … more
-
Multiple Browsers Window Injection Vulnerability
Secunia Research has reported a vulnerability, which affects most browsers. The vulnerability can be exploited by a malicious web site to "hi-jack" a named browser window, regardless of which web … more