dropdown SelectedIndexChanged not working on IE

C

cesar.cortes

Hi,

I have this dropdown that doesn't seem to work when i change its state
in IE. It works perfectly fine on FF.

When the state of the dropdown changes, the page posts back and
remembers the selection in FF but in IE it always defaults to the first
one.

Any idea on how to fix it and why this only happens in IE?

Here is the code:

..aspx page (the dropdown options get filled from a database):
<asp:dropdownlist id="dropArchive" runat="server"
AutoPostBack="true"></asp:dropdownlist>

code behind:

private void dropArchive_SelectedIndexChanged(object sender,
System.EventArgs e)
{
//some code here
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,608
Members
45,252
Latest member
MeredithPl

Latest Threads

Top