UserControls, Properties and the ViewState

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • trullock@googlemail.com

    UserControls, Properties and the ViewState

    Hi,

    To make my usercontrol remember the values i set in its public
    properties across postbacks, do i need to explicity write code in the
    getters and setters to enter the data into the viewstate?

    I'm hoping there's some decoration (or something else) i can apply to
    the properties to make their values be persisted automatically?

    Thanks for any advice

    Andrew
Working...