Hey
I have a DB publishing which makes it possible to add new records. After adding a new record you will normally be returned to the list of records published by the DB publishing. But I would like the user to be return to a confirmation page telling the user that the just entered record has been saved. How can that be done? I have tried to put in a response.redirect just after the Pageview.Load() statement in the Page_Load method in Default.aspx.cs. But that does not work! I do get redirected to the confirmation page, but the newly added record is not saved!!
Regards
Lars Larsen, DIS