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 [...]
Archive for May, 2007
Bike The Drive 2007
Posted in Bicycling, Family on May 29, 2007 | 1 Comment »
Multiple Browser Windows with One Session State
Posted in ASP.Net, C#, Programming on May 26, 2007 | 7 Comments »
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. [...]
Mos is quoque effrego?
Posted in Programming, Web on May 11, 2007 | Leave a Comment »
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 [...]
Multiple DataKeyNames in GridView
Posted in ASP.Net, Programming on May 7, 2007 | 46 Comments »
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 [...]