Online forms Best Practice

M

Mike Smith

Hey ppl ,

Need some input on the following. I'm creating an asp.net site to fill in an
online form. The form has many sub sections and in total is about 8 pages
long (hard copy). Whats the best way to put this online ? each actual form
page to be one web page itself ? do i update the data directly to the
database on each page to ensure the data is not lost ? Anybody done this
before ?

Thanks in advance..
Hey ppl ,

Need some input on the following. I'm creating an asp.net site to fill in an
online form. The form has many sub sections and in total is about 8 pages
long (hard copy). Whats the best way to put this online ? each actual form
page to be one web page itself ? do i update the data directly to the
database on each page to ensure the data is not lost ? Anybody done this
before ?

Thanks in advance..
 
K

Ken Cox [Microsoft MVP]

Hi Mike,

The safest way is as you suggest: divide up the "pages" and push the data to
the database on each button click.

Although you can store the data in a Session, it is riskier because it
doesn't scale as well and if the user closes the browser prematurely, the
data is gone.

Ken
 
M

Mike Smith

Hey ken thanks for the input..

Ken Cox said:
Hi Mike,

The safest way is as you suggest: divide up the "pages" and push the data to
the database on each button click.

Although you can store the data in a Session, it is riskier because it
doesn't scale as well and if the user closes the browser prematurely, the
data is gone.

Ken
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top