Monday, March 30, 2009

Asp.Net Session Timeout control

Works with AJAX too.

This is pretty cool. It truly is just something you drop onto the page and configure.

http://weblogs.asp.net/latishsehgal/archive/2008/08/29/asp-net-session-timeout-control.aspx

The blog post describes an important change, but he documents it rather poorly. The changes he describes must be made to the “Timeout.js” script.

Saturday, March 07, 2009

NYTimes: Job Losses Hint at Vast Remaking of Economy

History happens in slow motion. This article looks like it's eerily foreshadowing the future. We go about our lives, worried about the situation around us, but the world is the same for the most part. After 9/11, everyone talked about how everything would change, yet the world continued as it did before. Irony did not die. But I think that the changes happening now will dwarf the post-9/11 changes that everyone was predicting at the time.
From The New York Times:

Job Losses Hint at Vast Remaking of Economy
By PETER S. GOODMAN and JACK HEALY

With unemployment at 8.1 percent, some economists believe that a wrenching restructuring is under way....

http://www.nytimes.com/2009/03/07/business/economy/07jobs.html

Thursday, March 05, 2009

Building Composite Data Bound Controls in ASP.NET

Describes how to build a CompositeDataBoundControl, overriding CreateChildControls() and so on.