DropDownList SelectedIndex problem in FireFox after page refresh
- by jartur
I've got DropDownList in UpdatePanel as shown below:
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:DropDownList ID="DropDownList1" runat="server">
</asp:DropDownList>
<div>
Index: <asp:Label ID="Label1" runat="server"…