473,657 Members | 2,711 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Online forms Best Practice

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..
Nov 18 '05 #1
2 1484
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
"Mike Smith" <te**@test.co m> wrote in message
news:eJ******** ******@TK2MSFTN GP11.phx.gbl...
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..


Nov 18 '05 #2
Hey ken thanks for the input..

"Ken Cox [Microsoft MVP]" <BA************ @sympatico.ca> wrote in message
news:eF******** ******@TK2MSFTN GP12.phx.gbl...
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
"Mike Smith" <te**@test.co m> wrote in message
news:eJ******** ******@TK2MSFTN GP11.phx.gbl...
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..

---
Outgoing mail is certified Virus Free. (well i'd like to think it is.. )
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.712 / Virus Database: 468 - Release Date: 27/06/2004
Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
4888
by: David | last post by:
Hello. I am looking for advice on what is "best practice" regarding looping through a form to check its checkboxes and associated data fields. Here is what I am trying to do (Here is the page I am working on: http://www3.telus.net/thothworks/LinLeastSqPoly4.html). I provide a form for a user to enter up to twenty (M = 20) data pairs. The user need not enter data for all twenty pairs, but the user must indicate that data is present by...
136
9306
by: Matt Kruse | last post by:
http://www.JavascriptToolbox.com/bestpractices/ I started writing this up as a guide for some people who were looking for general tips on how to do things the 'right way' with Javascript. Their code was littered with document.all and eval, for example, and I wanted to create a practical list of best practices that they could easily put to use. The above URL is version 1.0 (draft) that resulted. IMO, it is not a replacement for the FAQ,...
2
2150
by: Pawan | last post by:
Hi Guys, I have this current assignment where I have to develop online forms for local municipal authorities. I have to use adobe acrobat to create online forms from PDFs (which I have never done before and have no idea how to do it). Now these online forms will be shared by 1200 users. VB and ASP will be used as glueware for the writing/coding. For eg, we will be creating navigation pages in ASP & linking into adobe. Any resource on this...
0
1175
by: meditation2004-subscribe | last post by:
Learn the Science of Meditation. Online. Sing the Song of the Soul! Yes, you do get beautiful MP3 files with this course, plus wonderful slide shows and numerous other enlightening material - from articles to graphics. This is a comprehensively structured course that goes for a year. Next intake is now open and course commences 1 September 2004. Last semester (March to August 2004) attracted over 150 students).
1
2693
by: Romao | last post by:
Hi, None of the C#/ADO documentation I was able to read refers what are the best practices/implementations for this "kind of" problem, I would like to get help/opinions please, let me explain it: a) The App have several forms, parent and childs. b) On the parent Form I have one DataGrid displaying "myDataTable". c) On child Forms I have to edit just one Row of data from "myDataTable". d) After the Row edit finish on the child form the...
0
236
by: Mike Smith | last post by:
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..
2
2115
by: digitalQ | last post by:
Okay, this should be pretty simple for those of you who have written several enterprise level web applications: I'm looking for simple concepts to deal with a client re-posting the same data over and over. IE: Adding a comment to a record, adding an item to a cart etc. (hitting the refresh button over and over re-posting the old values) I’m looking for a solution a little more elegant than comparing data values etc. I would rather...
2
2278
by: Frankie | last post by:
Using SQL Server 2005 and .NET 2.0; I'm creating a Windows Forms application that will need to display photos of people, along with a bunch of information about each person. In a Web application, there is a generally accepted "best practice" of storing only a string (the path to the .jpg file name), with the actual file stored in an NTFS folder (and not in the database). What's the standard practice for Windows Forms applications? Is...
2
1901
by: kbutterly | last post by:
All, I have a menu which contains Category as the master and Product as the child. When I click on a Category in the menu, I want one formView control, fvpc, to show, and then when I click on a Product, I want a different formview, fvp, to show. Is it best to have the two forms on separate pages, productView.aspx
4
19335
Niheel
by: Niheel | last post by:
http://bytes.com/images/howtos/career_opps_online_profswanted.jpgFor tech professionals, the best opportunities are being posted on online job boards. In a recent survey of 1,000 HR professionals and managers, conducted by Inavero Institute for Service Research, 72 percent of salaried employee recruiting involved online job boards. Online job boards draw in more responses and cost a fraction of what traditional methods such as referrals...
0
8319
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8512
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7347
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6175
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5638
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4171
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4329
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1969
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1732
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.