Dialog Base Class
I just spent the last 20 minutes cleaning up Jesse Ezell's Dialog code. It's pretty cool. The only problem was, the way he posted it on his blog, it was extremely difficult to cut and paste into VS.NET. Well, and I'm not a C# guy, so it was hard to understand until I could see it properly indented and so forth. Fortunately for you, I turned it into a class file that I'm going to post on my personal site tomorrow. Oh yeah, and I ported it to VB too, so all you VB guys can understand how it works as well.
I'm also playing around with encapsulating automatic page redirection into a reusable base class. I'm trying to wrap it up in a package that you can use by just setting properties in the Property Box. I'd really like to add it to the “Add New Item“ dialog in VS.NET. I should be finished with it early next week.