February 2007 - Posts

3
Comments

VSone: .NET 3.0 German Book Launch by preishuber

at the VSone conference in Munich Germany, Addison Wesley presented the first German book about .NET 3.0 . All three authors where attending VSone as speakers. Picture:Authors Simon Steckermeier, Jürgen K(l)otz, Rouven (Ötzgür) Haban and Sylvia Hasselbach...
1
Comments

looking for httpredirect in iis7? by preishuber

also the IIS7 documentation sucks http://msdn2.microsoft.com/en-gb/library/aa965182.aspx Usage: <httpRedirect enabled="true" exactDestination="false" httpResponseStatus="Temporary"> <add wildcard="*.asp" destination="aspx.aspx" /> </httpRedirect>...
Filed under:
0
Comments

VSone Munich is coming by preishuber

I am presenting three sessions on VSone (Feb 13.-14. Munich, Germany). There is also a exhibition which can be visited for free! [Update] i also make a full day AJAX workshop in the post conference at feb 15th. Seats available!
Filed under: , ,
3
Comments

codefree popup Master Detail with AJAX by preishuber

The top most issue in web applications is to present a huge amount of data. For my sample I had to display the schedule of .net development courses . A classic master detail scenario. If you place that on a webform the complete place is not used. A popup...
Filed under:
0
Comments

Nikhil's homework: 3 AJAX controls by preishuber

UpdateHistory StyledUpdatePanel AnimatedUpdatePanel http://www.nikhilk.net/UpdateControls.aspx
Filed under:
0
Comments

Ajax Control Toolkit: yet another new build by preishuber

surprise, surprise new bits available . From buildnumber 10123 to 10201 in only 9 days. Thats a product live cycle! By the way Microsoft: buildnumbers are small integers and end with 65535. So you have left ~6400 days of development. The .net framework...
Filed under:
1
Comments

Date serialization changed (AJAX v1.0) by preishuber

in the ASP.NET AJAX Extensions 1.0 (RTW) the JSON format have changed for serialization of date datatype. \/Date(123)\/ prior it was @1211212@ Both uses a count starting from Jan 1st 1970 If you have build your own method based on jscript eval your application...
Filed under:
5
Comments

the missing AJAX Feature: documentation (now available!) by preishuber

AJAX is the first developer "product" or "technology" where no specs are in the MSDN documentation. Documentation is a essential software feature like security. ASP.NET AJAX extensions there is only partial documentation online available. The best you...
Filed under:
More Posts