473,672 Members | 2,676 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Best way to move data across multiple pages?

I am trying to build a few pages basically emulating a wizard that you
might find in a Windows product. A few fields to fill out on one page,
move to the next, then the next. Finally, at the end, submit the data
from all the pages and save it all to a database or send it via email.
What is the best way to hold this data so that it there at the end for
posting to the database or email?

Thanks in advance!
Nov 17 '05 #1
4 2708
If there are only a few pages to your wizard then the best approach would
likely to make each wizard screen into a panel on a single page. Then just
show & hide each panel in succession as appropriate. That way all your data
stays on one page and it's quite simple.

Some other (more complicated) approaches involve storing the data in staging
tables in your database in between pages, storing the data in session state,
using hidden fields, and/or storing the data in an XML structure or strongly
typed dataset.

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net
"David Hearn" <dh****@comcast .net> wrote in message
news:do******** *************** *********@4ax.c om...
I am trying to build a few pages basically emulating a wizard that you
might find in a Windows product. A few fields to fill out on one page,
move to the next, then the next. Finally, at the end, submit the data
from all the pages and save it all to a database or send it via email.
What is the best way to hold this data so that it there at the end for
posting to the database or email?

Thanks in advance!

Nov 17 '05 #2
Thanks Steve! That was the answer I was looking for. I guess I just
never thought about using the panels that way.
On Fri, 8 Aug 2003 23:26:37 -0700, "Steve C. Orr, MCSD"
<St***@Orr.ne t> wrote:
If there are only a few pages to your wizard then the best approach would
likely to make each wizard screen into a panel on a single page. Then just
show & hide each panel in succession as appropriate. That way all your data
stays on one page and it's quite simple.

Some other (more complicated) approaches involve storing the data in staging
tables in your database in between pages, storing the data in session state,
using hidden fields, and/or storing the data in an XML structure or strongly
typed dataset.


Nov 17 '05 #3
If there are only a few pages to your wizard then the best approach would
likely to make each wizard screen into a panel on a single page. Then just
show & hide each panel in succession as appropriate. That way all your data
stays on one page and it's quite simple.

Some other (more complicated) approaches involve storing the data in staging
tables in your database in between pages, storing the data in session state,
using hidden fields, and/or storing the data in an XML structure or strongly
typed dataset.

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net
"David Hearn" <dh****@comcast .net> wrote in message
news:do******** *************** *********@4ax.c om...
I am trying to build a few pages basically emulating a wizard that you
might find in a Windows product. A few fields to fill out on one page,
move to the next, then the next. Finally, at the end, submit the data
from all the pages and save it all to a database or send it via email.
What is the best way to hold this data so that it there at the end for
posting to the database or email?

Thanks in advance!

Nov 17 '05 #4
Thanks Steve! That was the answer I was looking for. I guess I just
never thought about using the panels that way.
On Fri, 8 Aug 2003 23:26:37 -0700, "Steve C. Orr, MCSD"
<St***@Orr.ne t> wrote:
If there are only a few pages to your wizard then the best approach would
likely to make each wizard screen into a panel on a single page. Then just
show & hide each panel in succession as appropriate. That way all your data
stays on one page and it's quite simple.

Some other (more complicated) approaches involve storing the data in staging
tables in your database in between pages, storing the data in session state,
using hidden fields, and/or storing the data in an XML structure or strongly
typed dataset.


Nov 17 '05 #5

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

Similar topics

0
338
by: David Hearn | last post by:
I am trying to build a few pages basically emulating a wizard that you might find in a Windows product. A few fields to fill out on one page, move to the next, then the next. Finally, at the end, submit the data from all the pages and save it all to a database or send it via email. What is the best way to hold this data so that it there at the end for posting to the database or email? Thanks in advance!
2
301
by: Mervin Williams | last post by:
I am using Infragistics UltraWebTab (a tab folder control for ASP.NET). My tab folder control will include five tab pages with a separate web form on each, and these web forms will share data. My questions regard the data tier, that is, how I should construct the data objects so as to reduce memory usage while optimizing page performance? 1. I'll be using data sets. How can I share a single data set across the multiple web forms? 2....
2
236
by: Mervin Williams | last post by:
I am using Infragistics UltraWebTab (a tab folder control for ASP.NET). My tab folder control will include five tab pages with a separate web form on each, and these web forms will share data. My questions regard the data tier, that is, how I should construct the data objects so as to reduce memory usage while optimizing page performance? 1. I'll be using data sets. How can I share a single data set across the multiple web forms? 2....
1
1337
by: Jheitmuller | last post by:
Hi, What is the best way to share a C# web form across web application? I'm new to ASP.NET. I've read though the docs and I must be missing something. I do not see and appropriate library type for this. I have a .aspx web form that I want to make available for other developers in my site. It is a powerful/flexible database browsing form. I can get it to work as a form in the directory of the
0
8486
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8828
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
6238
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
5705
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
4227
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
4418
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2819
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2063
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1816
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.