Hi,
In its simplest form, I have it set up that a user can write something in a textbox and when they submit it, it changes the text in a label to the text they have written. When this is done and I go to another page, then return to the original page, the text in the Label has re-set.
How do I go about having this information saved so that the Label text remains changed until something else is submitted through the textbox, despite moving pages?
Many thanks