|
I've never had to use cookies before, but it seems like a good idea.
So here's a little history on this project. I was given this project from a newly made FORMER employee... We had a series of Classic ASP Forms (a questionnaire - 6 pages) used to gather customer data and help them determine what path is right for them. At the end of the series of forms, the information is gathered and an assessment is made - their information is either emailed to them or they can choose to print it.
The values are being passed by query string into hidden textboxes. It's time to revamp this questionnaire. What better way to do so than to bring it into the DOT NET erra?
The Solution:
What I would like to do, is store the information in a cookie on their machine that gets read at the end of the questionnaire and posted on the screen for their information. Each page has about 6-8 questions that gather information. Most of the responses required are simple yes/no answers (via check boxes).
The Question:
Now, how do I go about doing it? I've never had to use cookies before. Any input would be appreciated.
(again, as I usually put into these requests, I'm a VB man - But am willing to learn C# - slowly)
Thanks in advance.
__________________
Need a vacation.
|