L
Lloyd Sheen
I am making changes to listbox contents in JavaScript and those changes are
not persisted when a PostBack happens. Anything I add during Server events
are saved and restored. I only have access to the information for
JavaScript. I have an embedded object that cannot be accessed at server
execution time so I need to save information in JavaScript. If I add the
information to hidden text field it is retained. Why not the listbox. I
want to have a hidden listbox which contains a list of things to do in
JavaScript once the page is reloaded.
Is it just me or does it seem arbitrary which things MS determined should be
saved and not the user?
not persisted when a PostBack happens. Anything I add during Server events
are saved and restored. I only have access to the information for
JavaScript. I have an embedded object that cannot be accessed at server
execution time so I need to save information in JavaScript. If I add the
information to hidden text field it is retained. Why not the listbox. I
want to have a hidden listbox which contains a list of things to do in
JavaScript once the page is reloaded.
Is it just me or does it seem arbitrary which things MS determined should be
saved and not the user?