About
Digital Colony is the technical web site for Michael Allen Smith of Seattle.
Tag Archives: CSS
Adding a Stylesheet to a Master Page in C#
I just updated the code for the Row and Column Highlight for Gridview Control lab. I decided to put the CSS specific to that feature in its own style sheet. Since I am using Master Pages for the labs, I … Continue reading
Highlight Rows and Columns on GridView Control
Yesterday I stumbled upon Ryan Scherf’s Table Row and Column Highlighting. It’s a slick solution to helping users read tabular data. I thought it would be nice to add that functionality to the ASP.NET. So I created a single function … Continue reading
Roll Your own Drudge Report in ASP.NET
Matt Drudge is my hero. He started The Drudge Report while working the graveyard shift at 7-11. He was at the store when the newspapers first arrived and most of the world was asleep. He was able to parlay that … Continue reading
Print Friendly CSS Stylesheet
Back in the day developers often created a separate web page to host the printer friendly version of content. The print friendly page stripped the large headers, footers, side bars and usually advertising. Sometimes the font would be changed from … Continue reading
Fixed Column HTML Tables
A developer will often get a requirement to query a database and return the results in an HTML table. If the number of records returned is a lot then the developer is asked to page the results (click here for … Continue reading
