Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4255628
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T05:14:40+00:00 2026-05-21T05:14:40+00:00

I am working in Fast Survey Project!! i have no time for design a

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T05:14:41+00:00Added an answer on May 21, 2026 at 5:14 am

    You can temporarily save in session:

    var survey = new Survey();
    Survey.Name = textBoxName.Text;
    Session["answer"] = survey.
    

    Then later in all forms you can use:

    var survey = Session["answer"] as Survey;
    if (survey == null)
       //error, redirect to start
    

    Where Survey class is class, which contains all survey info.


    Other example,

    //Form1, question 1
    List<string> survey = new List<string>();
    survey.Add(textBox1.Text);
    Session["survey"] = survey;
    
    //Form2, question2
    var survey = Session["survey"] as List<string>;
    survey.Add(textBox1.Text);
    
    //Form...n... final save
    var survey = Session["survey"] as List<string>;
    for(int i=0; i< survey.Count;i++)
    {
        SaveAnswer("someId", i, survey(i));
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been using the ABTableViewCell to create fast scrolling cells. All is working
i've been working for some time with an opensource library ( fast artificial neural
I'm working on a relatively small, but fast-changing project (a web application) with a
I am developing one application it's working fine and fast.But in device it's slow.I
I'm working on some fast looping for a project, and I decided to throw
MongoDB is fast, but only when your working set or index can fit into
If I click really fast on some elements, Backbone.js will stop working. That is...all
I'm working on a survey project and am looking for the best way to
We are working with Fast Search for Sharepoint 2010 and had some backend setup
I'm working on an isometric game for fast browsers that support <canvas> , which

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.