Hello,
I have a listbox of "selected items" that is dynamically filled by the user (by choosing items off an "Everything that's available" listbox). You've seen these with the "<" and ">" buttons to put things on the user's personal list and then remove them later.
Via ASP, how do I know the contents of the listbox when I have posted the form and am trying to read the contents via Request.Form().
If I can't do it, should I build a comma-delimited list in a hidden input box prior to leaving the first page?
Thanks in advance,
Valerie