Writing a Static Class to Provide a .NET ConnectionString for Access A solution to writing a MS ConnectionString for .NET that works in both development and production environments.
How to Make a Good, Fun, and Easy Password It doesn't have to be a chore to come up with and remember strong passwords.
Convert Word Special Characters to Plain Text Use this utility I wrote for myself to get rid of those pesky curly quotes and ellipses. And see the code so you can write your own.
Battling "Object Reference not set to an Instance of an Object" in .NET Datagrid ItemCreated Code A solution to an annoying error with a dynamic .NET DataGrid.
Server-side Page-Aware CSS Navigation Tabs How to build nice-looking rounded tabs formatted CSS and "page-aware" to apply different colors to the tab for the current page.
GridView SubTotals If you want an ASP.NET GridView to show groups of data with sub-totals, here's how to do it.