This should be simple:
1) web page contains a number of literals with default values
2) Literal text is updated as the user interacts with the application
3) user clicks on an href and navigates away from the site
4) user returns via back button.
Problem
: the literals default values load from cache? I would like to value (text) to contain the data of the current values NOT the default text.
Is there a way to update the cache for a asp.net Literal? Thanks for any help