Recent Posts

Grouping Update Panels

1 minute read

Without a doubt, AJAX is one of the most useful web development tools out there. Through AJAX, we finally have a method for developing web pages with robust ...

Linking Stylesheets From Content Pages

2 minute read

Personally, I find stylesheets to be the best way to apply formating to web pages. Skins certainly have their uses, but they tend to pad out the HTML with lo...

Using UpdatePanels inside a Repeater

1 minute read

Sometimes you might find it necessary to place an UpdatePanel control inside the ItemTemplate of a Repeater or other databound control. Normally you would pr...

Using Transactions With DataSets

1 minute read

One of the major shortcomings of the ADO.NET dataset system, in my opinion, is the lack of support for transactions. In .NET 2.0 this situation was somewhat ...