A
Alex
I have a DropDownList on a form. I filled it with some data from a DataSet.
I can select items.
I also added a button to the form. I added a onClick handler. In the code
behind handler I can retrieve all my other fields from the form (input's).
However the SelectedValue of the DropDown box doesn't update.
In fact, after the add the selection is back to the original selection.
What do I do wrong?
I can select items.
I also added a button to the form. I added a onClick handler. In the code
behind handler I can retrieve all my other fields from the form (input's).
However the SelectedValue of the DropDown box doesn't update.
In fact, after the add the selection is back to the original selection.
What do I do wrong?