Migrating applications from ASP.NET 1.1 to 2.0 (Tech Republic)

Migrating applications from ASP.NET 1.1 to 2.0 (Tech Republic)
Tony Patton examines the major differences between ASP.NET 1.1 and ASP.NET 2.0, and discusses areas that may be problems during the conversion process.

ADP Wilco expands Australian market functionality for Gloss ASP (Finextra)

ADP Wilco expands Australian market functionality for Gloss ASP (Finextra)
Automatic Data Processin subsidiary ADP Wilco has announced that it has invested in a range of new fixed income Australian market functionality for its Gloss ASP service, in line with …

JavaScript: Alert.Show(?message?) from ASP.NET Code-behind (WebProNews)

JavaScript: Alert.Show(?message?) from ASP.NET Code-behind (WebProNews)
In highly interactive websites and intranet sites, you probably want to let the users know what’s going on when they delete, save, export etc. on the site. Those kinds of status messages are widely used and are often implemented by a JavaScript alert box on the web page. ASP.NET doesn’t natively support JavaScript functions from the code-behind files. You manually have to print out a script tag