Transfer ViewState between pages

  • Thread starter Alexander Vasilevsky
  • Start date
M

maciek kanski

How transfer ViewState between 2 aspx-pages?
AFAIK ViewState is designed to store state of the _single_ page on the
client side and your reqirement in my opinion doesn't target the ViewState.

But strictly answering: ViewState is implemented on the page as the
hidden form filed so You can just use this value and POST, GET,
whatever. Then You should properly interpret this value on another page;
with overriding Control.LoadViewState probably You can get the
functionality You asked but I would consider much simpler solution.

Regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,147
Latest member
CarenSchni
Top