This sample shows:
History
OnNavigate
In this example, three buttons outside the UpdatePanel control can trigger an asynchronous postback. You can see the results of the update through the date and time that renders in the UpdatePanel control. There is also a value in the UpdatePanel control that indicates which button triggered the refresh.
UpdatePanel
When you press a button, the Click event handler for the button uses server code to store data and uses the data as a history point for the History control. If you click the browser's Back button, you will see the state that the control was in after the most recent refresh of the UpdatePanel control.
Click
To see the effect of this logic, do the following.