|
-
January 4th, 2012, 10:45 AM
#1
[RESOLVED] need back button listener method
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|