Archive for the tag 'Code'

The not so simple SQL Statements

Who would have thought that returning some records would become an all day ordeal. I guess if I had completely thought it through, I might have seen the roadblocks to come, but that’s not how the day went.
All I wanted to have was a drop down box that when the option was changed to a […]

Steve Work on April 18th, 2008

Dynamic Columns When You Don’t Know How Many Entries There Are in ASP

Here is a small bit of code, using the ASP ‘mod’ function to help you dynamically create a new row or column.

Steve Work on February 28th, 2008