The Archives



  • 04.20.08
    Adding (or Inserting) Subheader Rows into a Gridview
    ASP.Net (29)
    Ever come across a situation where you needed to manually add (or insert) rows to a Gridview, but weren't quite sure how to do it? A few weeks ago I came across this exact problem, where I needed to create sub headers based on the category for each row. Here's how I did it. Continue Reading...

  • 11.19.07
    Dynamically Applying Themes To Your ASP.Net Site With A Sitemap
    ASP.Net (4)
    Ever run across a web site that used multiple themes, either page by page, or by some sort of grouping, such as the old divx.com site (click on the "Home", "Movies" and "Software" tabs), and wondered how to do it in your own ASP.Net site? If so, then what I'm about to show you might be of interest. If not, read on anyway's. Continue Reading...

  • 10.25.07
    Add Row Highlighting to your GridView
    ASP.Net (12)
    I'm going to show you a quick and easy way that hopefully will help liven up your plain old GridView. Continue Reading...