Greetings, friends of Stack Overflow. I have a question that involves updating the data entered by the user.
On the site I'm working on, the user has access to a text editor to change the labels on certain photos. When editing the text and submitting the answers, the texts do not update on the pages - The same thing happened with the images of the site, but a solution was found, putting a random number at the end of all of them, maintaining uniqueness. p>
The following photos demonstrate what I mean:
Theaboveimagehasalabel(MilitaryPolice,Navigators).
Belowyouhavethepossibilitytochangeboththeimageandthetextdisplayednexttoit:
Unfortunately,thevaluesdonotupdate.Thesamethinghappenedwiththeimages,butasitwassaid,arandomidentifierwas"pasted" in its name to the server (Azure) not to confuse.
What can be happening? (I'm using cshtml / aspnet with mvc5!)
I have already tried several alternatives (both in English and Portuguese) - most of them inform on meta tags that include the options "no-cache", "no-store", among others, but none seems to work. >
Thank you in advance!