Radio button list is not resetting to “checked” status in Firefox
<asp:RadioButtonList ID="radIncludeEvaluationQuestions" runat="server" RepeatDirection="Horizontal"
CssClass="WhtText rdbtnMinusLeftMargin10" >
<asp:ListItem Text="Yes" Value="1"></asp:ListItem>
<asp:ListItem Text="No" Value="0" Selected="True"></asp:ListItem>
</asp:RadioButtonList>
Go to the complete details ...