J
jeffmagill
Ive stumbled into one of those infamous problems where something
stopped working for apparently no reason - in this case
MyDropDownList.SelectedItem.Value. Im not sure exactly which group this
should be posted in either so Im just trying general.
I have an asp:dropdownlist in a form that is loaded with records from a
database. Upon clicking a button, a subroutine SubmitHandler is called.
The problem is that no matter which entry in the dropdownlist is
selected when the form is submitted, the value that I am recieving in
the subroutine SubmitHandler is always the first item in the
dropdownlist.
Does anyone know what is wrong? Thanks in advance.
Jeff
stopped working for apparently no reason - in this case
MyDropDownList.SelectedItem.Value. Im not sure exactly which group this
should be posted in either so Im just trying general.
I have an asp:dropdownlist in a form that is loaded with records from a
database. Upon clicking a button, a subroutine SubmitHandler is called.
The problem is that no matter which entry in the dropdownlist is
selected when the form is submitted, the value that I am recieving in
the subroutine SubmitHandler is always the first item in the
dropdownlist.
Does anyone know what is wrong? Thanks in advance.
Jeff