G
Guest
I think we have some bug in dropdownlistbox server control. Following are the values.
<aspropDownList id="DropDownList1" runat="server">
<asp:ListItem value="46">INR</asp:ListItem>
<asp:ListItem value="2">USE</asp:ListItem>
<asp:ListItem value="1">USD</asp:ListItem>
<asp:ListItem value="1">URO</asp:ListItem>
<asp:ListItem value="29">SND</asp:ListItem>
<asp:ListItem value="46.09">INP</asp:ListItem>
<asp:ListItem value="47">IDR</asp:ListItem>
<asp:ListItem value=".7">EURO</asp:ListItem>
<asp:ListItem value="70">EUR</asp:ListItem>
</aspropDownList>
Now when ever you select USD or URO option it always returns selectindex as "2". This is very strange and seems to be like a bug.
Can someone tell me wheather its know bug and if so what is the way around to solve this.
Regards,
<aspropDownList id="DropDownList1" runat="server">
<asp:ListItem value="46">INR</asp:ListItem>
<asp:ListItem value="2">USE</asp:ListItem>
<asp:ListItem value="1">USD</asp:ListItem>
<asp:ListItem value="1">URO</asp:ListItem>
<asp:ListItem value="29">SND</asp:ListItem>
<asp:ListItem value="46.09">INP</asp:ListItem>
<asp:ListItem value="47">IDR</asp:ListItem>
<asp:ListItem value=".7">EURO</asp:ListItem>
<asp:ListItem value="70">EUR</asp:ListItem>
</aspropDownList>
Now when ever you select USD or URO option it always returns selectindex as "2". This is very strange and seems to be like a bug.
Can someone tell me wheather its know bug and if so what is the way around to solve this.
Regards,