jon24422531
Technical User
We have an internal web application for fault reporting and all the info is stored in a SQL database, and with much help from Tek-Tips over the last 18 months, has been a great success.
So a user looks up a fault report and it is displayed on a web page with a textarea for adding to the report etc. When they then press the update button a SQL update statement is passed, an Email is triggered (by the SQL Server) and they are given an "Update" page that says the update has succeeded.
What I would like is for the previous page to reload WITH the update, but I am unsure how to do this.
Will I just have to recreate ALL the code on the "Update" page or is there a method of retaining the original SQL query and HTML formatting?
Hope that makes sense.
Jonathan
So a user looks up a fault report and it is displayed on a web page with a textarea for adding to the report etc. When they then press the update button a SQL update statement is passed, an Email is triggered (by the SQL Server) and they are given an "Update" page that says the update has succeeded.
What I would like is for the previous page to reload WITH the update, but I am unsure how to do this.
Will I just have to recreate ALL the code on the "Update" page or is there a method of retaining the original SQL query and HTML formatting?
Hope that makes sense.
Jonathan