473,385 Members | 1,397 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,385 software developers and data experts.

Multiple pages or forms or wizard?

I am wanting to make a program that will have a previous and next
button at the bottom. As the user fills out stuff or clicks other
buttons to have other code fill in stuff they will slowly progress
through the program to the end. Kinda like a wizard. What is the
easiest way to construct this?

Jun 27 '08 #1
2 2251
On Jun 17, 7:24*am, Extremest (Extrem...@extremest.com) wrote:
I am wanting to make a program that will have a previous and next
button at the bottom. *As the user fills out stuff or clicks other
buttons to have other code fill in stuff they will slowly progress
through the program to the end. *Kinda like a wizard. *What is the
easiest way to construct this?
If there were an easy way to hide the tab captions on a tabcontrol, I
would suggest that you try using that. However, you could use a tool
like this wizard component that does most of the work for you:
http://www.codeproject.com/KB/miscct...imeWizard.aspx
Jun 27 '08 #2
If you intend to use ASP.NET Web Forms there were two choices in the 2.0
release of the framework:

* MultiView Control
* Wizard Control (created from MultiView Control)

The Wizard may be the easiest for somebody who had to ask this question in
the first place but if you have the time to work it out learn to use the
MultiView first on a real easy example so you understand what the Wizard is
going to do for you. Then be prepared to learn the Wizard Control as there
are --a lot-- of configuration and template circumstances that must be
understood to use the Wizard; especially styling, referencing and validating
controls you are using in the Wizard to collect data.

<%= Clinton Gallagher
"Extremest" <Ex*******@extremest.comwrote in message
news:Xd******************************@giganews.com ...
>I am wanting to make a program that will have a previous and next
button at the bottom. As the user fills out stuff or clicks other
buttons to have other code fill in stuff they will slowly progress
through the program to the end. Kinda like a wizard. What is the
easiest way to construct this?
Jun 27 '08 #3

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

Similar topics

0
by: Bob Alston | last post by:
Looking for the best resources for converting an existing Access 2003 database to the web. Have an application that has many forms and reports, with sub-forms and sub-reports and liberal use of...
4
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: Stu | last post by:
I need to produce a series of C# aspx web forms that will collect insurance application information. The sequence of the pages needs to change dependent on choices that are made on the forms. ...
3
by: Saket Mundra | last post by:
I have multiple web forms in my application. The user after logging on is directed to form1 where he enters information desired. Once finished he is directed to form2 and the same procedure goes on...
9
by: Graham | last post by:
I have been having some fun learning and using the new Controls and methods in .Net 2.0 which will make my life in the future easier and faster. Specifically the new databinding practises and...
22
by: Brett Romero | last post by:
If my UI app uses three DLLs and two of those DLLs reference something named utilities.dll, does the UI app load utilities.dll twice or does the compiler recognize what is going on and load...
2
by: anonymous | last post by:
Hello, I need to collect a lot of data before really committing changes For examples I need to collect User Personal Information Then Collect CreditCard information etc. Today I have it in...
0
bartonc
by: bartonc | last post by:
Examples of wx.Wizard that I found used explicit names for the pages. Using eval() in a list comprehension, I am able to go through the imported modules by name and call create() in order to get a...
3
by: =?Utf-8?B?a3dvbmd0aw==?= | last post by:
error message found in server A "Multiple controls with the same ID 'batchEndorseworklist' were found. Trace requires that controls have unique IDs." but in server B is normal why? thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.