Hi! Tom doesn't post here anymore. Please go here to see new posts.

Monday, October 26, 2009

GridView, UpdatePanel and PopupControlExtender

This is a nightmarish combination to deal with in ASP.NET 3.5.  I will attempt to document what I learned today about how to get this combination working.

Read more…

Wednesday, August 19, 2009

Aggravator 3.0 Plans

I’ve started working on a major update to my RSS feed aggregator.  With this new 3.0 version, I hope to resolve a lot of outstanding problems and polish things up.

Read more…

Sunday, February 24, 2008

Sharing Files Between ASP.NET Projects

These rambling thoughts document my search for a way to share files between Visual Studio web projects.

Read more…

Thursday, July 5, 2007

Moving .NET Web Projects

I've had some annoying problems opening other people's ASP.NET web projects from Visual SourceSafe.  By default, it sets up the local IIS directory in C:\\Inetpub\\wwwroot regardless of the location of the solution directory.  I prefer setting up a virtual directory that points to the actual project location, which for me is on the D: drive.  After a bunch of trial and error and some Google searches, I've found the following steps work somewhat reliably.

Read more…