ViewState

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
you'll have to post and loop each listbox's values and update the DB
accordingly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top