Author Archives: Alan Abair

Using .NET to Handle Sophisticated Error Scenarios

When developing a site in ASP.NET, it’s a good idea to create one or more custom error pages for the site. These pages are called when an unhandled exception occurs in your code so that rather than display an ugly … Continue reading

Overcoming the Radio Button Repeater Bug

I ran into a bug the other day, something I call the Radio Button/Repeater bug. It’s a known bug detailed in Microsoft’s KB article 316495. In case you don’t want to read that, here’s a description of the bug: