HighTechTalks DotNet Forums  

multiple screens during a registration process

Dotnet FAQs microsoft.public.dotnet.faqs


Discuss multiple screens during a registration process in the Dotnet FAQs forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Sam
 
Posts: n/a

Default multiple screens during a registration process - 10-13-2005 , 02:50 PM






I have multiple screens during a registration process. I have noticed that
most BIG registration websites are not using "hidden text input objects" to
carry the information from one page to another.

what would you suggest?
1) use hidden field objects for example <input type=hidden name=myobj>
2) store in cookies
3) save to a database and retrieve and save as the user goes thought the
pages. Even though they could abort the process mid stream.

Thanks.




Reply With Quote
  #2  
Old   
CT
 
Posts: n/a

Default Re: multiple screens during a registration process - 10-14-2005 , 02:40 AM






For this purpose I'd use session variables, unless you need the user to be
able to abort the registration process and continue it a later stage?

--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk

"Sam" <smetter (AT) yahoo (DOT) com> wrote

Quote:
I have multiple screens during a registration process. I have noticed that
most BIG registration websites are not using "hidden text input objects"
to
carry the information from one page to another.

what would you suggest?
1) use hidden field objects for example <input type=hidden name=myobj
2) store in cookies
3) save to a database and retrieve and save as the user goes thought the
pages. Even though they could abort the process mid stream.

Thanks.






Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.