Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3
This is the forum to discuss the Wrox book Beginning ASP.NET 3.5: In C# and VB by Imar Spaanjaars; ISBN: 9780470187593
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 25th, 2010, 12:56 PM
Authorized User
 
Join Date: Jun 2008
Posts: 75
Thanks: 15
Thanked 0 Times in 0 Posts
Default Questionaire Web Application

I know there is probably at least a dozen ways of doing this. But I am working on an application that will ask the user random questions as they navigate mutiple forms. So I will need to be able to save their answers to the questions on one form as they navigate to the next form with more questions. Also the users answer to a question will determine the next set of questions I will ask them. So there will need to be some sort of decision structure. My question is whether vb.net provides a way of handling the questions or data without me having to have a lot of if statements. Also how does vb.net handle storing data across mutiple forms? Thanks for any suggestions.
 
Old March 26th, 2010, 04:06 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi there,

This is not directly related to the book, is it? If it's not, you're better off posting in the ASP.NET 3.5 Basics or Pro forums located here:

http://p2p.wrox.com/asp-net-3-5-basics-351/
http://p2p.wrox.com/asp-net-3-5-professionals-352/

This way, this forums stays focused on the book, and you'll draw more attention in the other forums.

That said, this is not an easy thing to accomplish. Or at least it gets messy pretty quickly. There is no built-in questionnaire support, so you quickly end up with lots of If statements. As an alternative, you could look into Windows Workflow which could be used here, but is an entirely different beast.....

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
The Following User Says Thank You to Imar For This Useful Post:
dotnetDeveloper (March 26th, 2010)





Similar Threads
Thread Thread Starter Forum Replies Last Post
Difference between web application and web site manojm39 ASP.NET 2.0 Basics 2 August 10th, 2007 09:06 AM
Web Application OR Windows Application adesilva .NET Framework 2.0 2 May 4th, 2007 07:12 AM
Developing a web site not a web application mkerchenski ASP.NET 1.0 and 1.1 Basics 8 May 25th, 2004 09:03 AM
Web application Vs Windows Application Ned .NET Web Services 2 January 20th, 2004 01:27 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.