For Programmers: Free Programming Magazines  


Home > Archive > ASP > April 2007 > LIMIT REGISTRATION









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author LIMIT REGISTRATION
new2asp

2007-04-22, 3:55 am

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.

Jon Paal [MSMD]

2007-04-22, 3:55 am

before you display the form on the page, check the number of entries in the database. If the number exceeds the limit then display
a message the event is full, If not display the form.

Test again after the form is submitted, check the entry count before adding the user to the event and respond accordingly.


"new2asp" <scottm03@gmail.com> wrote in message news:1177216255.437047.191110@l77g2000hsb.googlegroups.com...
>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.
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com