↧
From: | Luca |
To: | Rick Strahl |
You need to store the last tab value somewhere (session or user table storage) then automatically reset it.
The easiest way to do this is store the LastXXXPageTab in the Session object, then when you create the return link you can either add a querystring parameter (tab=2) or directly read the value out of hte Session storage.
+++ Rick ---