Hi All
I have designed a page which contains some controls. When the user requests the page it is loaded in a new browser tab. The user can then edit the contained controls.
Problem: I close the tab and re-request the page again. It opens in a new tab (as required) but remembers the values previously edited for the controls! So even though I closed the tab the newly request page is loaded with the control values as they were previously edited.
How can I load each request for this page so that it starts completely clean as a new instance?
Thanks
I have designed a page which contains some controls. When the user requests the page it is loaded in a new browser tab. The user can then edit the contained controls.
Problem: I close the tab and re-request the page again. It opens in a new tab (as required) but remembers the values previously edited for the controls! So even though I closed the tab the newly request page is loaded with the control values as they were previously edited.
How can I load each request for this page so that it starts completely clean as a new instance?
Thanks