Posted on: 2/25/2015 6:55:32 AM | Views : 507


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