Recent Posts

Fix To GroupedUpdatePanel

less than 1 minute read

After further testing, I discovered a bug in my GroupedUpdatePanel. It didn’t always function correctly when the postback was initiated by a child control wi...

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...