stevekinsey.com — Article highlighting a bug in asp.net AJAX when using the selected=true option inside a radio button list to update an AJAX update panel. The bug results in the panel only updating the first time and never processing the SelectedIndexChanged code again. The article contains a javascript solution.