Blogs

How to Work With a GridView Row in JavaScript

The question came up asking how to change something in a GridView row based on something else in...

Attaching upload files to a record.

One of our applications features a page where users can report bugs.  We wanted to allow them to...

Another Place to Put the Connection String

Another way to store your connection string in a way that it doesn’t get in the way when you...

Generate Save Stored Proc from Table

Part of my pattern during development is to:    1. Create a new table    2. Create the stored procs...

Generate Data Access Layer Methods From Stored Procs

Part of my pattern during development is to:    1. Create a new table    2. Create the stored procs...

Reporting when Logging only the start and end of an outage condition

In a previous post, I had a system to only log the start and end of an outage condition.  To report...

SET ANSI_NULLS OFF

We found an issue with some of the older scripts having SET ANSI_NULLS OFF and this causes...

Log only the start and end of an outage condition

We have anasp.net page that auto refreshes every 8 seconds using Copy Text Copied Use a different...

Moving AppSettings to a Database Table.

In one of our ASP.NET applications, we wanted to change where the AppSettings were stored from a...