View Single Post
  #1 (permalink)  
Old November 14th, 2003, 12:01 PM
smc smc is offline
Registered User
 
Join Date: Nov 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Professional ASP 3.0

I have a question about implementing Session state and variables. I have a web form that is within a frameset. When the form is submitted, the page displays the information entered for the user to verify. I want to be able to include Session variables for all of the fields on this form. If a user clicks the Back button on the browser, the data that they entered will still be there instead of bringing up a blank form. The frameset consists of a top header frame, a left nav frame, and the web form frame in the center. Ideas would be helpful. Thanks.