Viewstate from vb class

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

If I want to access the session from a vbclass I use HttpContext.Current
what do I do for viewstate. I can't seem to find it in current. Regards,
Chris.
 
If I want to access the session from a vbclass I use HttpContext.Current
what do I do for viewstate. I can't seem to find it in current. Regards,
Chris.

Hi Chris

The ViewState is available only in the code of the page. Because it is
responsible for persisting page values across postbacks.

Cheers
 

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

Back
Top