473,809 Members | 2,575 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Registration page for Corporate Event/Forum

I am fairly new with ASP.NET and have been asked to make a
Registration page in VB using an Access database which includes

company info
attendee info
which sessions they are attending
how many nights in the hotel, etc

My problem is that multiple people from a company may be attending and
i'm wondering what the best way to handle this is. My initial thought
was to have several hidden panels and when they added another
attendee, make one panel visible for the attendee info, sessions
attending, etc.

The problem is how do i structure the INSERT statement because it has
to insert the company info and attendee info for each of the visible
panels? So if there were only attendee, the INSERT statement would be
simple, but when there is another attendee, would you build the INSERT
statement dynamically?

If there is a better soulution to this problem, please advise. Should
i look into a DataGrid to handle this?

Thanks in advance...

lantz
Nov 18 '05 #1
2 1307
I am not sure what you are trying to do here. Can you reword this some
how..or give us like a senario of the registration process

"blantz" wrote:
I am fairly new with ASP.NET and have been asked to make a
Registration page in VB using an Access database which includes

company info
attendee info
which sessions they are attending
how many nights in the hotel, etc

My problem is that multiple people from a company may be attending and
i'm wondering what the best way to handle this is. My initial thought
was to have several hidden panels and when they added another
attendee, make one panel visible for the attendee info, sessions
attending, etc.

The problem is how do i structure the INSERT statement because it has
to insert the company info and attendee info for each of the visible
panels? So if there were only attendee, the INSERT statement would be
simple, but when there is another attendee, would you build the INSERT
statement dynamically?

If there is a better soulution to this problem, please advise. Should
i look into a DataGrid to handle this?

Thanks in advance...

lantz

Nov 18 '05 #2
Blantz,

If you are going to do it this way, then yes, you will have to build the
insert statement dynamically. I would just iterate through the number of
attendees and insert them one at a time.

You could simplfy this by having them submit one attendee and then ask if
they want to submit another one, if so then reload the page while remembering
the values they used before except the personal information.

You could actually get pretty crazy with this form and ask a bunch of
qualifying questions before they can enter data, like:

1. How many people will be attending? (if you know this, you can display
the correct number of form fields)
2. Will all these people be staying at the same hotel? (if you know this you
can retain they hotel values so they won't have to enter them again)
3.Etc.

In general the more you know about what the person will be entering the
better. It will help youu build the correct solution and in most cases help
simplify your code and make the form more user friendly.

I would probably ask how many people will be attending and then dynamically
show the proper number of text boxes, then I might build a registration
object and save each one to the database.

My 2 cents worth!

SkyHi

"blantz" wrote:
I am fairly new with ASP.NET and have been asked to make a
Registration page in VB using an Access database which includes

company info
attendee info
which sessions they are attending
how many nights in the hotel, etc

My problem is that multiple people from a company may be attending and
i'm wondering what the best way to handle this is. My initial thought
was to have several hidden panels and when they added another
attendee, make one panel visible for the attendee info, sessions
attending, etc.

The problem is how do i structure the INSERT statement because it has
to insert the company info and attendee info for each of the visible
panels? So if there were only attendee, the INSERT statement would be
simple, but when there is another attendee, would you build the INSERT
statement dynamically?

If there is a better soulution to this problem, please advise. Should
i look into a DataGrid to handle this?

Thanks in advance...

lantz

Nov 18 '05 #3

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

Similar topics

0
1520
by: Bengt Richter | last post by:
Still looking for a unifying concept ;-) It struck me that @deco1 @deco2 def foo():pass uses '@' to register at-next-name-binding processing in a way similar to atexit's registering of processing to happen at ('@' ;-) exit.
2
2322
by: Goober | last post by:
I have the following default.aspx page that works properly. However, what I want to do is to link the graphics within it (that are hard coded now in the default web page) to our corporate website, which has the same graphics rotated on a 30 day basis or so. They have a standard naming convention where I know the 3 graphics are always going to be fa_mmyy.jpg, am_mmyy.jpg, and ax_mmyy.jpg. The HTML follows:
14
3536
by: GabrielESandoval | last post by:
I need to make a registration page for a community service volleyball tournament our organization is doing. I am VERY NEW to ASP. Would the easiest way to make it be just doing it on frontpage (where i just lay out the form and save it as an .ASP file) and then changing the form properties so that the results are sent to the access file? I read that you could make aso forms on frontpage and it just seemed too easy. Do these really work...
0
2499
by: RHSFSS | last post by:
Hi, I have a Drag and Drop registration problem (See http://www.thescripts.com/forum/thread434707.html for similar problem post), can anyone out thereadvise on the best solution? I have a .NET 2.0 application (actually in C#) called from a third party piece of software via VBScript. The VB script passes an object as a parameter which my application applies changes to. My C# application dynamically creates a form, which includes controls...
0
1512
by: Marcel - IDUG Europe 2006 | last post by:
Hi DB2 user, Register by 14 September and Save 226 Euro! Register by Thursday, 14 September and save 226 Euro on your full conference registration! Don't wait - make sure you take advantage of the early registration savings! http://conferences.idug.org/eu/Registration/tabid/143/Default.aspx Book Your Hotel Room by 14 September
26
10174
by: T | last post by:
We all know that there are many softwares that require some license key or registration key to enable them. How does one implement something like this in python?
1
1938
by: new2asp | last post by:
I am new to ASP, and I am trying to figure out how to create a registration form that can limit that amount of people who are signing up for an event. The form has to take in consideration the number of guests the attendee is bringing table seating location. How can interact with the database in order to do this. I know how to create a form and send that information to a database.
1
2112
by: satishs | last post by:
Dear Sir/Madam, Greetings from CIM!!! IDUG is proud to announce its initial educational offering in India: THE IDUG 2007 INDIA FORUM, taking place May 31st to June 2nd 2007 in Bangalore, India at Venue The GRAND ASHOK. This IDUG 2007 India Forum is targeted at Application Developers and Data Base Administrators that are new to DB2 or those that are experienced. This event will also be extremely valuable for people that are responsible...
9
4249
by: happyse27 | last post by:
Hi All, In perl script(item b below) where we check if html registration form are filled in properly without blank with the necessary fields, how to prompt users that the field are incomplete or blank and then go back to main page(item a below user registration html page) always, something like goggle or msn login page function... Thanks and Best Rgds, Andrew a) script called from user registration html...
0
9721
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
10640
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10376
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
7662
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
6881
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
5550
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...
1
4332
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
3861
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3015
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.