G
Guest
Hello all,
I have a page that contains two listboxes and an "Add" button. When
clicked, the button fires javascript that moves the selected item(s) in the
first listbox to the second listbox and removes it from the first. This
works perfectly right now. The problem is that when I click the "Save"
button to save the values in the second listbox back to my DB, my C# doesn't
see anything in the second listbox and sees all the original values in the
first one.
I've already double checked to make sure that I'm not accidently overwriting
the values on postback.
Any ideas on why it won't remember the javascript change and/or how I can
get it to work?
Thanks!
I have a page that contains two listboxes and an "Add" button. When
clicked, the button fires javascript that moves the selected item(s) in the
first listbox to the second listbox and removes it from the first. This
works perfectly right now. The problem is that when I click the "Save"
button to save the values in the second listbox back to my DB, my C# doesn't
see anything in the second listbox and sees all the original values in the
first one.
I've already double checked to make sure that I'm not accidently overwriting
the values on postback.
Any ideas on why it won't remember the javascript change and/or how I can
get it to work?
Thanks!