RadiobuttonList selected_index changed is not working in the mozilla firefox,I tried with trigger even though i am not able to achieve it
<div id="SizeId" runat="server">
<div id="pnlSize" class="attributes-list-textarea" runat="server" visible="true">
<div class="attributes-name-left">
Size</div>
<div class="attributes-name-colon">
:</div>
<div class="attributes-list-box-for-check">
<label>
<asp:RadioButtonList ID="RadioSizeId" runat="server" RepeatDirection="Horizontal"
RepeatColumns="5" AutoPostBack="true" CssClass="attributes-radio-textbox" OnSelectedIndexChanged="RadioSizeId_SelectedIndexChanged">
</asp:RadioButtonList>
</label>
</div>
</div>
</div>
Thanks and Regards
Balaji.R
ASP.NET Devloper
Solve-IT corp