Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Session State & DropDownList


Message #1 by "Pete Miller" <pete@u...> on Thu, 28 Feb 2002 19:43:03
INFORMATION:
   I am working on a semi-complex website and have 3 DropDownList's and 
3 "OK" buttons just to the right on the main page, with a SUBMIT QUERY 
button at the bottom of the 3 boxes.

   What I would LIKE the user to be able to do is SEE the top 
DropDownList box "highlighted", select an item and click "OK", then the 
2nd DropDownList box would be HIGHLIGHTED, select an item from the 2nd 
DropDownList Box and click "OK" and do the same for the 3rd DropDownList 
box.

   Once ALL 3 DropDownList boxes have the correct data, the user will 
click on the "Submit Query" button, which will then return the 
appropriate item for their viewing.

PROBLEM:
   I am unable to figure out how to SET the SESSION STATE so that the 
Selections made stay.

   Any help, pointers, etc. would be GREATLY appreciated!

Cordially,

Pete

  Return to Index