Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Browser's back button
Message
De
24/09/2004 14:57:21
Keith Payne
Technical Marketing Solutions
Floride, États-Unis
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00945801
Message ID:
00945835
Vues:
16
>I created a simple event registration form using ASP.NET with VB.NET that stores records in a SQL table. I have 3 pages: default(where they select the evnt type), registration (where they enter all the registration info) and status (this is to display the confirmation message).
>After the user clicks on the SUBMIT button he/she is redirected to the confirmation page and appropriate message is displayed.
>Recently I noticed that some of the users are using a back button from the browser to go back to the registration page so they can register another person.
>How can I prevent this from happening ? I want them to go back to the default page in order to register another person..
>
>Any help would be appreciated,
>Daniel

Daniel,

Instead of Response.Redirect, use Server.Transfer to move them from the default to registration to status.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform