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 5844375
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T12:17:00+00:00 2026-05-22T12:17:00+00:00

I am looking for suggestions on the best way to save data for a

  • 0

I am looking for suggestions on the best way to save data for a multi-page user form between sessions. I am using c# 3.5 and SQL server 2008

The form is currently in a state where you have to complete the entire form, I would like to change it so that the form and data can be saved and resumed from some point and looking for suggestions, best practices etc..

  • 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-22T12:17:01+00:00Added an answer on May 22, 2026 at 12:17 pm

    Assuming that this is a webapp, you will need to store the fields in a database. On each page of the form, include a “save” button that will take the currently visable fields and store them in the database. Also have a “next page” button. On the last page, include a “submit” button. On click, this will retrieve all the fields in the form database and submit it to create a new entry in a new table in the database (e.g. CompletedFormTable)

    You must also do one more thing. You must include the id of the form on each page so that you can identify the form data in the database. There are several ways of doing this.

    1. Add a session cookie to the user’s browser. Include a “session cookie” field in the form table to identify where the form data should go.
    2. Include a hidden field in the form that references the “id” of the entry in the database.
    3. Store everything on the browser (json object) and use ajax so that you don’t have to reload the page. Instead of entering everything in a table, you can just update the json object. On submit, you send the json object to a server,which will then create an entry in a database for storage.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am looking for suggestions on the best way to send/receive data from a
I'm just looking for suggestions on the best way to do this... I need
Looking for suggestions as to the best way to do this (I know there
I am looking for some suggestions on the best way to store a very
I am looking for suggestions as to the best way to design objects for
I'm looking for the best practice on how to pass data from page to
I am looking for suggestions on the best way to sync mySQL tables (myISAM)
I'm looking for suggestions on the best way to implement a full-text search on
I'm looking for suggestions as to the best way to parse the following calendar...
Web.Config? Website properties? I'm looking for suggestions/best practices with reasons you recommend them.

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.