I am working in Fast Survey Project!!
i have no time for design a database and all these things ,i have only one table and i have to fill the answers , i have to finish it within two days.
the problem is I have more than 50 questions and i divided them into 3 groups , i putted each question group in User Control, and i am trying to save the values from each user control.
i want to save theme temporarily after each user control and when the user reach the last user control and click finish button it should save all the answers one time .
so is there any idea?? I was thinking to use something like global file !!
but i don’t whether it works or not but i am working on it now and i hope to find any idea from you people.
You can temporarily save in session:
Then later in all forms you can use:
Where Survey class is class, which contains all survey info.
Other example,