Feeds:
Posts
Comments

Archive for May, 2007

Bike The Drive 2007

The night before the big ride, I started getting worried. I had been pumping up “Bike The Drive 2007″ with my 3 yo daughter Grace warning her that although it was a long ride, there would be a lot of cookies and juice and we’d bring balls and play catch in the park at [...]

Read Full Post »

Recently I deployed an ASP.Net web application that was designed to gather complex form data and store it in a database. The object model was large and complex enough that it couldn’t be stored in View State, given the network within our organization. So instead we stored the form data in Session state. [...]

Read Full Post »

I always thought that Lorem Ipsum was random text, but accourding to the site http://www.lipsum.com, it is actually from a a book by Cicero called de Finibus Bonorum et Malorum. It’s important to use Lorem Ipsum in development. Just yesterday, I sent a screenshot of a web application to a user in an [...]

Read Full Post »

I like GridView, but using it is a sometimes like getting behind the wheel of a 747 without ever flying before.
I have a software tracking report to make that pulls data out of database using an SQLDataSource. Everything in the database is keyed on the computer name, so to make a list of installed [...]

Read Full Post »