pass the View State properties from one ASP.NET page to another
How can we pass the View State properties from one ASP.NET page to another in ASP.NET 2.0?
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.
Kirtan PatelPosted Feb 8, 2010, 9:44 PM
ViewState is Limited to Only The Page it Self its not like Session , Application State that can be accessible from other page ..
Life of ViewState is only till the page Unload Event of page ..