Welcome to AspAdvice
Sign in
|
Join
|
Help
Andrew Mooney
Living the ASP.NET Adventure
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
Articles
My First ASP.NET 2.0 Project
Questions
Navigation
Home
Blogs
Forums
Photos
Downloads
My Reader
Archives
October 2007 (1)
August 2007 (2)
June 2007 (1)
January 2007 (1)
May 2005 (7)
October 2004 (8)
September 2004 (3)
ASP.NET
ASPAlliance
Books
ASP.NET Developer's Cookbook
August 2007 - Posts
Monday, August 20, 2007 2:40 PM
SQL Server 2005 Audit Log Using Triggers
Once a database row has changed how do you retrieve the original data? There are many ways to do this, but for the application I'm working on I decided to use triggers. Creating triggers in SQL Server 2005 is fairly easy. When you create a trigger
Posted by
andrewmooney
|
2 Comments
Saturday, August 18, 2007 10:21 PM
How Can You Make The Column Headers Bold?
The article Convert XML To an Excel Spreadsheet Using XSL explains how to transform an XML file into an Excel spreadsheet using XSL. The question is, how can you make the column headers bold? To view the original XSL file visit the article link above.
Posted by
andrewmooney
|
0 Comments
Filed under:
Questions