I'm finding it really difficult to figure out a way to clear my WebForms page fields when the user decides to click 'back'.
This is causing a few issues with users who are clicking back and then forwards again and as they are clicking back there is no Page_Load method being called, for me to initialise the fields.
This is a rather old project and I don't necessarily want to run a document.ready or something (which I'm also not entirely sure executes when moving back).
Is there any way I can detect a 'back' click in my code and automatically just reset the page?