Recent Posts

Odd WSHttpBinding Scenario

1 minute read

I was having lots of trouble recently with a WCF WSHttpBinding scenario on a server. It had been working, and the only thing I had changed recently was to th...

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