R
rajmgopal
Hi
As you are all aware, in mobile pages the View State is stored in the
Session and when the Session expires the View State also expires.
What I would like to know is whether there is a way to restore the View
State in some way when this happens.
For now I am handling the exception in OnViewStateExpire(...) and
transfering clients to an error page.
This problem is most prevalent during postbacks. We have access to
postback data , but not View State data ...
Any suggestions/comments will be greatly appreciated
Thank you in advance
Regards
Raj
As you are all aware, in mobile pages the View State is stored in the
Session and when the Session expires the View State also expires.
What I would like to know is whether there is a way to restore the View
State in some way when this happens.
For now I am handling the exception in OnViewStateExpire(...) and
transfering clients to an error page.
This problem is most prevalent during postbacks. We have access to
postback data , but not View State data ...
Any suggestions/comments will be greatly appreciated
Thank you in advance
Regards
Raj