Question
using the inputted data from an INSERT form to populate the redirect page?
I have an INSERT form (ASP/MSSQL), that takes a customers
details and, when
submitted, re-directs to a page on which I'd like to show them their entered
details? What is the best way to achieve this?
What happens at the moment is that the recordset I have created, which is
populated by matching the e-mail address they've entered with the e-mail
address in their record in the database, returns a EOF/BOF suggesting the
record doesn't exist. Am I simply not giving it a chance to properly
insert the record, before calling the redirect page, or should this work?
Thanks.
Nath.
submitted, re-directs to a page on which I'd like to show them their entered
details? What is the best way to achieve this?
What happens at the moment is that the recordset I have created, which is
populated by matching the e-mail address they've entered with the e-mail
address in their record in the database, returns a EOF/BOF suggesting the
record doesn't exist. Am I simply not giving it a chance to properly
insert the record, before calling the redirect page, or should this work?
Thanks.
Nath.
