thomzon
09-07-2005, 09:31 AM
Hi everybody, It's Doctor Nick :D
I have a form with regular html selectboxes (controlled by javascript to push items around the selectboxes).
I need to find a way to keep the state of these items even after an asp.net button click event (which loads some session variables with the values of the form and makes a page.registerstartupscript for opening search results in a new window).
I was thinking that the same principles used when keeping the state might also be useful for loading the state from a specially formatted file.
example:
!!CARS
BMW
Buick
Honda
!!DRIVERS
Mitch
Bob
Hans
!!DATES
10.04.2005
15.04.2005
I have a form with regular html selectboxes (controlled by javascript to push items around the selectboxes).
I need to find a way to keep the state of these items even after an asp.net button click event (which loads some session variables with the values of the form and makes a page.registerstartupscript for opening search results in a new window).
I was thinking that the same principles used when keeping the state might also be useful for loading the state from a specially formatted file.
example:
!!CARS
BMW
Buick
Honda
!!DRIVERS
Mitch
Bob
Hans
!!DATES
10.04.2005
15.04.2005