You are currently viewing the BOOK: Beginning ASP.NET 2.0 and Databases section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
OK I know I can do this with the postbackurl feature. That feature doesn't seem to work with the insert formview. Can anyone help?
-----
to give this post some context I'm using the Beginning ASP.NET 2.0 and databases book.
I've created my formview with its datasource put the defaultmode on insert and added my validation controls and summary. The only thing left is a nice little confirmation page that says thanks for contacting us and reads whatever they put in the form to the page.
In classic asp I would point the form to another page where the insert would take place and read the data to the confirmation page there.