Hi,
I had page A and page B. I had moved from page A to page B then to page A. Will the viewstate of page A still there.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
sumit kumarPosted Mar 3, 2015, 2:50 AM
Jignesh TrivediPosted Mar 2, 2015, 12:00 AM
Simply NO,
once you redirect page View state is automatically expire.
hope this will help you.
Abhay ShankerPosted Mar 1, 2015, 2:25 AM
Anil KumarPosted Feb 28, 2015, 7:53 AM
Pankaj Kumar ChoudharyPosted Feb 28, 2015, 7:41 AM
If you are using Server.transfer() method for Redirect then you can use previous page's View state...
For Best Explanation use "http://www.codeproject.com/Articles/37753/Access-ViewState-Across-Pages" Link
Gowri APosted Feb 28, 2015, 7:33 AM
Anil KumarPosted Feb 28, 2015, 7:16 AM
For more details, please refer to below link :-
http://www.dotnetlogix.com/Article/aspnet/67/Pass-Viewstate-across-pages-in-ASP.NET.html
To help others, please mark the solution as accepted if it solves the purpose