473,406 Members | 2,620 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

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 2686
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.com...
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.net> 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.com...
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.net> 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
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,...
2
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. ...
2
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. ...
1
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...
0
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...

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.