Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browser's back button
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00945801
Message ID:
00945857
Views:
18
Are you calling the server.transfer from a try catch block?
Try to move the server.transfer call in finally.
The problem with this is if they do a refresh on the page, it actually is going to refresh the submission page, so you may have double entries...
Another option is that on load to get the referer from server variables. If it is not coming from default, then redirect to default or to an error page.

Vlad.
Previous
Reply
Map
View

Click here to load this message in the networking platform