G
Guest
I am trying to figure how the appropriate technique to use to move values
from one ASP.ListBox to another ASP.ListBox. I used some javascript to move
values from the one ASP.Listbox to the other ASP.ListBox, when when I get
back on the server, my changes are not there.
So should I create some sort of hidden textbox and place the "text" of the
items selected into the hidden text box? I really do not want to expend the
trip back to the server to populated the list box.
Any suggestions would be greatly appreciated.
Thanks
from one ASP.ListBox to another ASP.ListBox. I used some javascript to move
values from the one ASP.Listbox to the other ASP.ListBox, when when I get
back on the server, my changes are not there.
So should I create some sort of hidden textbox and place the "text" of the
items selected into the hidden text box? I really do not want to expend the
trip back to the server to populated the list box.
Any suggestions would be greatly appreciated.
Thanks