Can I Get My View State To Go?
"I have seen many people ask how can you leave a Page and restore its ViewState upon later returning. In the past I provided some helpful hints, but never taken the time to build a full working example, but an online challenge promising a free 6-pack made me finally put together this article and demo. This particular example redirects the user to a separate Page to better allow a date field selection, and then redirects the user back to the original Page, while restoring all the previous posted values. You could use similar techniques to save the state of a Page in a database to be restored much later. "
On any given day, I rarely come across any interesting .NET articles. Today was an exception.