A .NET GridView with Move Up and Move Down Button How to program Move Up and Move Down buttons into a GridView so users can set the order of a list.
Loading Videos into a .NET DataList and Setting the First to AutoPlay How to load video info stored in a database to a .NET DataList and set the first video to AutoPlay
Sorting Street Addresses with T-SQL Using T-SQL Functions to sort street addresses as a human would expect
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.