Hello,
I have a problem with a dropdownlist that doesn't seem to "notice" when the selected index has changed. On the form it looks something like this:
<asp:DropDownList ID="DDLResponsible" runat="server"></asp:DropDownList>
On the form there is another dropdownlist and when the selected index changes in that one, this one is reloaded using javascript. This works fine. But when i select an item from this list and press the save button on the form, the selected value just doesn't seem to change.
I tried using AutoPostback = true but that just made both lists reload to their original values.
If anyone understands what's going on, please please please explain in to me.