Partial ViewState

  • Thread starter Thread starter Henri
  • Start date Start date
H

Henri

Is it possible to enable ViewState only for a property in a custom control
and not for the others?
 
It should be. You can enable it on the page level, and then individual set
the EnableViewState on the various contols to false that you don't need.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 

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