Hello,

Is there a way in the C# codebehind to setup a method that gets called when the user goes to the page from a back button press? For example, user is on page A, clicks a link to go to page B, then presses back button to return to page A. The codebehind on page A responds with something like backButton_Click() and carries out the desired proceedure.

I ask this because the Page_Load() method for page A is not invoked from back button presses, so I need something else.

Thanks