Hi!
This should be fairly easy but I cannot find the best solution.
Problem:
I want to show a message after I have updated a object in my database.
My setup:
I have a page where the user can click on the objekt he/she wants to change.
The user is transfered to a edit page where the user changes the data and then clicks SAVE.
The changes are saved to the database and the user is back on the first page.
Sounds easy?
Well, the solution needs to run in Azure on Core CLR so Sessions is not an option.
If the user hits "Refresh", the message should not be shown again.
Modal dialog is not an option.
Right now I'm thinking about encrypting the querystring and add a time stamp to it but there got to be an easier way?