This topic is locked

'Save' and back to the main table

6/5/2008 10:33:45 AM
ASPRunnerPro General questions
L
lawyer author

When we add a new record we can have two buttons:
"Save" and "Reset".
Is it possible to post here a line of code that can be added to the Save button in the application that will AUTOMATICALLY redirect the application back to the table where the record was added from?
i.e.

when the button Save is pressed the the application will not dispaly(or it will be diplayed briefly) the message "Record was added succesfully" but wil redirect us back to the main table?
I tried to use search option in this forum but could not formulate the search correctly.

Sergey Kornilov admin 6/5/2008

Use "After Record Updated" event and sample action "Redirect user to another page".